From 330faab6cdd36b0ed8ead5d5e1329e0e71c6ab68 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 27 Apr 2013 14:48:33 +0200 Subject: [PATCH] Typo in tar completion (vevrify->verify) --- share/completions/tar.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/tar.fish b/share/completions/tar.fish index 070b16c85..369b172ba 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"