about summary refs log tree commit diff
path: root/Completion/Unix/Command/_zip
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 /Completion/Unix/Command/_zip
parent47f979381ff34e83ff006897ce52c3692cd06c05 (diff)
downloadzsh-653f701993e41d2de6c31d4061ab4ccac322b187.tar.gz
zsh-653f701993e41d2de6c31d4061ab4ccac322b187.tar.xz
zsh-653f701993e41d2de6c31d4061ab4ccac322b187.zip
16078: zip -r
Diffstat (limited to 'Completion/Unix/Command/_zip')
-rw-r--r--Completion/Unix/Command/_zip3
1 files changed, 2 insertions, 1 deletions
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 -/' \