about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-10-17 15:16:31 +0000
committerClint Adams <clint@users.sourceforge.net>2001-10-17 15:16:31 +0000
commit653f701993e41d2de6c31d4061ab4ccac322b187 (patch)
tree4f4b665d30e065e535ae9ab0455047b6da9f4d7e
parent47f979381ff34e83ff006897ce52c3692cd06c05 (diff)
downloadzsh-653f701993e41d2de6c31d4061ab4ccac322b187.tar.gz
zsh-653f701993e41d2de6c31d4061ab4ccac322b187.tar.xz
zsh-653f701993e41d2de6c31d4061ab4ccac322b187.zip
16078: zip -r
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_zip3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a46ca6f9..d91a893a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-17  Clint Adams  <clint@zsh.org>
+
+        * 16078: Completion/Unix/Command/_zip:
+        add -r, change description for -R.
+
 2001-10-17  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 16002: Completion/Unix/Type/_path_files: use expanded paths
diff --git a/Completion/Unix/Command/_zip b/Completion/Unix/Command/_zip
index b8117c7b4..75592f6d3 100644
--- a/Completion/Unix/Command/_zip
+++ b/Completion/Unix/Command/_zip
@@ -9,7 +9,8 @@ case $service in
     _arguments -C -s \
       '-f[freshen: only changed files]' \
       '-d[delete entries in zipfile]' \
-      '-R[recurse into directories]' \
+      '-r[recurse into directories]' \
+      '-R[PKZIP recursion]' \
       '-q[quiet operation]' \
       '-c[add one-line comments]' \
       '-b[use "path" for temp file]:path for temporary archive:_files -/' \