aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/tar.fish
diff options
context:
space:
mode:
authorGravatar Adam <adis@blad.is>2013-04-27 14:48:33 +0200
committerGravatar Adam <adis@blad.is>2013-04-27 14:48:33 +0200
commit330faab6cdd36b0ed8ead5d5e1329e0e71c6ab68 (patch)
treec7a5d0413a899150ec3469d75df10a908c0e823b /share/completions/tar.fish
parentfe6699f0bfb5b6aeb52ee223cdbfc00ae6a62a5e (diff)
Typo in tar completion (vevrify->verify)
Diffstat (limited to 'share/completions/tar.fish')
-rw-r--r--share/completions/tar.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/tar.fish b/share/completions/tar.fish
index 070b16c8..369b172b 100644
--- a/share/completions/tar.fish
+++ b/share/completions/tar.fish
@@ -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"