about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 -/' \