aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/tar.fish
diff options
context:
space:
mode:
Diffstat (limited to 'init/completions/tar.fish')
-rw-r--r--init/completions/tar.fish12
1 files changed, 6 insertions, 6 deletions
diff --git a/init/completions/tar.fish b/init/completions/tar.fish
index b84cc1b9..41c8034e 100644
--- a/init/completions/tar.fish
+++ b/init/completions/tar.fish
@@ -20,14 +20,14 @@ 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 i -l ignore-zeros -d (_ "Ignore zero bloch in archive")
+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 (_ "Dont exit on unreadable files")
-complete -c tar -s k -l keep-old-files -d (_ "Do not overwrite")
+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")
complete -c tar -s l -l one-file-system -d (_ "Stay in local filesystem")
complete -c tar -s L -l tape-length -r -d (_ "Tape length")
-complete -c tar -s m -l modification-time -d (_ "Dont extract modification time")
+complete -c tar -s m -l modification-time -d (_ "Don't extract modification time")
complete -c tar -s M -l multi-volume -d (_ "Multi volume archive")
complete -c tar -s N -l after-date -r -d (_ "Only store newer files")
complete -c tar -s o -l old-archive -d (_ "Use V7 format")
@@ -35,7 +35,7 @@ complete -c tar -l portability -d (_ "Use V7 format")
complete -c tar -s O -l to-stdout -d (_ "Extract to stdout")
complete -c tar -s p -l same-permissions -d (_ "Extract all permissions")
complete -c tar -l preserve-permissions -d (_ "Extract all permissions")
-complete -c tar -s P -l absolute-paths -d (_ "Dont strip leading /")
+complete -c tar -s P -l absolute-paths -d (_ "Don't strip leading /")
complete -c tar -l preserve -d (_ "Preserve all permissions and do not sort file arguments")
complete -c tar -s R -l record-number -d (_ "Show record number")
complete -c tar -l remove-files -d (_ "Remove files after adding to archive")
@@ -46,7 +46,7 @@ complete -c tar -s S -l sparse -d (_ "Handle sparse files")
complete -c tar -s T -l files-from -r -d (_ "Extract file from file")
complete -c tar -l null -d (_ "-T has null-terminated names")
complete -c tar -l totals -d (_ "Print total bytes written")
-complete -c tar -s v -l verbose -d (_ "Vorbose mode")
+complete -c tar -s v -l verbose -d (_ "Verbose mode")
complete -c tar -s V -l label -r -d (_ "Set volume name")
complete -c tar -l version -d (_ "Display version and exit")
complete -c tar -s w -l interactive -d (_ "Ask for confirmation")