From cae214551bc1c2b5ee0fa2a36d81ffec8a6f3498 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Sat, 4 Mar 2017 01:05:51 +0100 Subject: unposted: fix completion argument to xz --format --- Completion/Unix/Command/_xz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') 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' \ -- cgit 1.4.1