diff options
author | Oliver Kiddle <opk@zsh.org> | 2018-01-23 11:01:55 +0100 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2018-01-23 11:03:00 +0100 |
commit | 47430bcd7cb2fade4d8753d920a2720eeca52f6a (patch) | |
tree | 98377cd51b72bbd0efe9406fd9e3aeab46c2ebae /Completion/Unix/Command/_gzip | |
parent | aabf978fce356e7efa91202dc72e37e6e2ece65e (diff) | |
download | zsh-47430bcd7cb2fade4d8753d920a2720eeca52f6a.tar.gz zsh-47430bcd7cb2fade4d8753d920a2720eeca52f6a.tar.xz zsh-47430bcd7cb2fade4d8753d920a2720eeca52f6a.zip |
42317: completion option updates for commands that have had recent updates
Diffstat (limited to 'Completion/Unix/Command/_gzip')
-rw-r--r-- | Completion/Unix/Command/_gzip | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_gzip b/Completion/Unix/Command/_gzip index f9fd17819..42d4ae705 100644 --- a/Completion/Unix/Command/_gzip +++ b/Completion/Unix/Command/_gzip @@ -13,7 +13,9 @@ unpigz|pigz) '(-b --blocksize)'{-b+,--blocksize}'[set compression block size]:size (KiB)' '(-p --processes)'{-p,--processes}'[specify number of processes to use]' '(-z --zlib)'{-z,--zlib}'[compress to zlib (.zz) format]' - '(-T --no-time)'{-T,--no-time}"[don't store/restore modification time in/from header]" + '(-m --no-time)'{-m,--no-time}"[don't store/restore modification time in/from header]" + '(-M --time)'{-M,--time}"[store/restore modification time in/from header]" + '(--synchronous)-Y[force output file write to permanent storage]' ) ;| pigz) @@ -23,7 +25,7 @@ pigz) '(--rsyncable)-R[make rsync-friendly archive]' "($excl)"{-F,--first}'[do iterations first, before block split]' "($excl)"{-I+,--iterations}'[specify number of iterations for optimization]:iterations [15]' - "($excl)"{-M+,--maxsplits}'[specify maximum number of split blocks]:split blocks [15]' + "($excl)"{-J+,--maxsplits}'[specify maximum number of split blocks]:split blocks [15]' "($excl)"{-O,--oneblock}"[don't split into smaller blocks]" ) ;| @@ -62,6 +64,7 @@ gzip|pigz) '(-R)--rsyncable[make rsync-friendly archive]' \ '(--suffix)-S+[specify suffix for compressed files]:suffix:' \ '(-S)--suffix=[specify suffix for compressed files]:suffix:' \ + '(-Y)--synchronous[force output file write to permanent storage]' \ '(--test)-t[test compressed file integrity]' \ '(-t)--test[test compressed file integrity]' \ '(--verbose)-v[verbose mode]' \ |