From c28bd74ca716246d8e84564f600bd37bf5c75098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Martinez?= Date: Thu, 5 Jan 2017 19:06:03 +0100 Subject: [PATCH] Add `--xz`, `-J` completion options to tar command --- share/completions/tar.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/tar.fish b/share/completions/tar.fish index 369b172ba..3a5e4dfd0 100644 --- a/share/completions/tar.fish +++ b/share/completions/tar.fish @@ -63,4 +63,4 @@ complete -c tar -l uncompress --description "Filter through compress" complete -c tar -s z -l gzip --description "Filter through gzip" complete -c tar -l gunzip --description "Filter through gzip" complete -c tar -l use-compress-program -r --description "Filter through specified program" - +complete -c tar -s J -l xz --description "Filter through xz"