mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 14:43:55 +08:00
Typo in tar completion (vevrify->verify)
This commit is contained in:
parent
fe6699f0bf
commit
330faab6cd
|
@ -55,7 +55,7 @@ complete -c tar -s V -l label -r --description "Set volume name"
|
|||
complete -c tar -l version --description "Display version and exit"
|
||||
complete -c tar -s w -l interactive --description "Ask for confirmation"
|
||||
complete -c tar -l confirmation --description "Ask for confirmation"
|
||||
complete -c tar -s W -l vevrify --description "Verify archive"
|
||||
complete -c tar -s W -l verify --description "Verify archive"
|
||||
complete -c tar -l exclude -r --description "Exclude file"
|
||||
complete -c tar -s X -l exclude-from -r --description "Exclude files listed in specified file"
|
||||
complete -c tar -s Z -l compress --description "Filter through compress"
|
||||
|
|
Loading…
Reference in New Issue
Block a user