mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Rename long option of bzip2
From `--bzip` to `--bzip2`
This commit is contained in:
parent
7ce38a1ee6
commit
3e28ab454f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue