about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-10-17 15:14:45 +0000
committerClint Adams <clint@users.sourceforge.net>2001-10-17 15:14:45 +0000
commit62d4a10902ea89b85d737980b73e13a216d2d8f8 (patch)
tree7fd31d2d77c93d6ac12924f9c4645b904e409fa4
parent0b9067130c746274a948d8d36f526b7d66a5b736 (diff)
downloadzsh-62d4a10902ea89b85d737980b73e13a216d2d8f8.tar.gz
zsh-62d4a10902ea89b85d737980b73e13a216d2d8f8.tar.xz
zsh-62d4a10902ea89b85d737980b73e13a216d2d8f8.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 b87f8d46a..0238ee0ba 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>
 
 	* 16076: Completion/Unix/Type/_path_files: don't use
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 -/' \