aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/tar.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-26 22:16:59 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-26 22:16:59 +1000
commitb9c88f4c836768303de62aeae3519758d2e578e7 (patch)
treeaf602c965f40f40ca95ba2b883dfcf24b388d2e9 /init/completions/tar.fish
parent5054492c6aba3b73f147921c3a328702ec6ba07e (diff)
Spelling fixes, from Hermann J. Beckers
darcs-hash:20060126121659-ac50b-8c6a788e9750826c623d028410360da7353de9ea.gz
Diffstat (limited to 'init/completions/tar.fish')
-rw-r--r--init/completions/tar.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/completions/tar.fish b/init/completions/tar.fish
index 41c8034e..0da0cbe0 100644
--- a/init/completions/tar.fish
+++ b/init/completions/tar.fish
@@ -19,7 +19,7 @@ complete -c tar -l force-local -d (_ "Archive is local")
complete -c tar -s F -l info-script -d (_ "Run script at end of tape")
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 (_ "Derefrerence symlinks")
+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 -l ignore-failed-read -d (_ "Don't exit on unreadable files")