mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Rename long option of bzip2
From `--bzip` to `--bzip2`
This commit is contained in:
parent
7ce38a1ee6
commit
3e28ab454f
@ -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…
x
Reference in New Issue
Block a user