From 3e28ab454f9eb9458254d87b3fb132eae7438ba6 Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Fri, 25 Oct 2019 04:19:54 +0900 Subject: [PATCH] Rename long option of bzip2 From `--bzip` to `--bzip2` --- 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 d03afff17..122a4ded0 100644 --- a/share/completions/tar.fish +++ b/share/completions/tar.fish @@ -25,7 +25,7 @@ complete -c tar -s G -l incremental -d "Use old incremental GNU format" complete -c tar -s g -l listed-incremental -d "Use new incremental GNU format" complete -c tar -s h -l dereference -d "Dereference symlinks" complete -c tar -s i -l ignore-zeros -d "Ignore zero block in archive" -complete -c tar -s j -l bzip -d "Filter through bzip2" +complete -c tar -s j -l bzip2 -d "Filter through bzip2" complete -c tar -l ignore-failed-read -d "Don't exit on unreadable files" complete -c tar -s k -l keep-old-files -d "Don't overwrite" complete -c tar -s K -l starting-file -r -d "Starting file in archive"