aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/grep.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/grep.fish')
-rw-r--r--share/completions/grep.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/completions/grep.fish b/share/completions/grep.fish
index 0a256105..2785e735 100644
--- a/share/completions/grep.fish
+++ b/share/completions/grep.fish
@@ -19,7 +19,7 @@ complete -c grep -s F -l fixed --description "Pattern is a fixed string"
complete -c grep -s f -l file -r --description "Use pattern from file"
complete -c grep -s G -l basic-regexp --description "Pattern is basic regex"
complete -c grep -s H -l with-filename --description "Print filename"
-complete -c grep -s h -l no-filename --description "Supress printing filename"
+complete -c grep -s h -l no-filename --description "Suppress printing filename"
complete -c grep -l help --description "Display help and exit"
complete -c grep -s I --description "Skip binary files"
complete -c grep -s i -l ignore-case --description "Ignore case"
@@ -27,7 +27,7 @@ complete -c grep -s L -l files-without-match --description "Print first non-matc
complete -c grep -s l -l files-with-match --description "Print first matching file"
complete -c grep -s m -l max-count --description "Stop reading after NUM matches"
complete -c grep -l mmap --description "Use the mmap system call to read input"
-complete -c grep -s n -l line-number --description "Print linenumber"
+complete -c grep -s n -l line-number --description "Print line number"
complete -c grep -s o -l only-matching --description "Show only matching part"
complete -c grep -l label --description "Rename stdin"
complete -c grep -l line-buffered --description "Use line buffering"