mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-20 05:53:52 +01:00
16078: zip -r
This commit is contained in:
parent
0b9067130c
commit
62d4a10902
@ -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
|
||||
|
@ -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 -/' \
|
||||
|
Loading…
Reference in New Issue
Block a user