Rename long option of bzip2

From `--bzip` to `--bzip2`
This commit is contained in:
Shun Sakai 2019-10-25 04:19:54 +09:00 committed by Fabian Homborg
parent 7ce38a1ee6
commit 3e28ab454f

View file

@ -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"