diff options
author | Oliver Kiddle <opk@zsh.org> | 2017-03-04 01:05:51 +0100 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2017-03-04 01:05:51 +0100 |
commit | cae214551bc1c2b5ee0fa2a36d81ffec8a6f3498 (patch) | |
tree | ff8809910169423ea83f22375b20e1fe66349d48 /Completion/Unix/Command | |
parent | 76a033e2ccf3be6a21736160654444fe26fd7d9d (diff) | |
download | zsh-cae214551bc1c2b5ee0fa2a36d81ffec8a6f3498.tar.gz zsh-cae214551bc1c2b5ee0fa2a36d81ffec8a6f3498.tar.xz zsh-cae214551bc1c2b5ee0fa2a36d81ffec8a6f3498.zip |
unposted: fix completion argument to xz --format
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_xz | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_xz b/Completion/Unix/Command/_xz index 028285a35..01e56022b 100644 --- a/Completion/Unix/Command/_xz +++ b/Completion/Unix/Command/_xz @@ -42,7 +42,7 @@ case "$service" in "${decomp}--no-sparse[do not create sparse files when decompressing]" \ '(* --files --files0)--files=-[read list of files to process from file]::file:_files' \ '(* --files --files0)--files0=-[read null terminated list of files to process from file]::file:_files' \ - '(-F --format)'{-F,--format}'=[specify file format]:format;(auto xz lzma raw)' \ + '(-F --format)'{-F,--format}'=[specify file format]:format:(auto xz lzma raw)' \ '(-C --check)'{-C,--check}'=[integrity check type]:check type:(none crc32 crc64 sha256)' \ '--memlimit-compress=[set memory usage limit for compression]:memory usage' \ '--memlimit-decompress=[set memory usage limit for decompression]:memory usage' \ |