about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2009-05-09 13:57:29 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2009-05-09 13:57:29 +0000
commitcfd3eab3d6b4bb31c258618909f302cc672b751e (patch)
tree1d8c85df28ed42d86dc381250f6c3d1d75c70971
parentff0b4ebdd56b2986bccc35185ac85762f2d41d07 (diff)
downloadzsh-cfd3eab3d6b4bb31c258618909f302cc672b751e.tar.gz
zsh-cfd3eab3d6b4bb31c258618909f302cc672b751e.tar.xz
zsh-cfd3eab3d6b4bb31c258618909f302cc672b751e.zip
unposted: fix _getfacl
-rw-r--r--ChangeLog7
-rw-r--r--Completion/Unix/Command/_getfacl7
2 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f961da3a..0e7de4b7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-09  Andrey Borzenkov <bor@zsh.org>
+
+	* unposted: Completion/Unix/Command/_getfacl:
+	fix options definition; add file names completion for variant=unix
+
 2009-05-08  Peter Stephenson  <pws@csr.com>
 
 	* 26953: Test/D07multibyte.ztst: print warning but don't fail test
@@ -11679,5 +11684,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4681 $
+* $Revision: 1.4682 $
 *****************************************************
diff --git a/Completion/Unix/Command/_getfacl b/Completion/Unix/Command/_getfacl
index 0c6e6cedf..b6f1d0932 100644
--- a/Completion/Unix/Command/_getfacl
+++ b/Completion/Unix/Command/_getfacl
@@ -15,14 +15,15 @@ _arguments -s -S \
   '(-d --default)'{-d,--default}'[display the default access control list only]' \
   '--omit-header[do not display the comment header]' \
   '--all-effective[print all effective rights]' \
-  '--no-effective[print no effective rights] '\
+  '--no-effective[print no effective rights]' \
   '--skip-base[skip files that only have the base entries]' \
   '(-R --recursive)'{-R,--recursive}'[recurse into subdirectories]' \
   '(-L --logical)'{-L,--logical}'[logical walk, follow symbolic links]' \
   '(-P --physical)'{-P,--physical}'[physical walk, do not follow symbolic links]' \
   '--tabular[use tabular output format]' \
   '--numeric[print numeric user/group identifiers]' \
-  '--absolute-names[don'"'"'t strip leading '"'"'/'"'"' in pathnames' \
+  '--absolute-names[don'"'"'t strip leading '"'"'/'"'"' in pathnames]' \
   '--version[print version and exit]' \
-  '--help[this help text]'
+  '--help[this help text]' \
+  '*: :_files'
 fi