aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/uniq.fish
diff options
context:
space:
mode:
Diffstat (limited to 'init/completions/uniq.fish')
-rw-r--r--init/completions/uniq.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/completions/uniq.fish b/init/completions/uniq.fish
index 51b748f3..fc218e06 100644
--- a/init/completions/uniq.fish
+++ b/init/completions/uniq.fish
@@ -1,6 +1,6 @@
complete -c uniq -s c -l count -d (_ "Print number of occurences")
complete -c uniq -s d -l repeated -d (_ "Only print duplicates")
-complete -c uniq -s D -l all-repeated -d (_ "Remove non-suplicate lines") -f -x -a "
+complete -c uniq -s D -l all-repeated -d (_ "Remove non-duplicate lines") -f -x -a "
none\t'Remove none-duplicate lines'
prepend\t'Remove non-duplicate lines and print an empty line before each non-duplicate'
separate\t'Remove non-duplicate lines and print an empty line between each non-duplicate'
@@ -9,7 +9,7 @@ complete -c uniq -s f -l skip-fields -d (_ "Avoid comparing first N fields") -r
complete -c uniq -s i -l ignore-case -d (_ "Case insensitive")
complete -c uniq -s s -l skip-chars -d (_ "Avoid comparing first N characters") -r
complete -c uniq -s u -l unique -d (_ "Only print unique lines")
-complete -c uniq -s w -l check-chars -d (_ "Compare only N characters") -r
+complete -c uniq -s w -l check-chars -d (_ "Compare only specified number of characters") -r
complete -c uniq -l help -d (_ "Display help and exit")
complete -c uniq -l version -d (_ "Display version and exit")