aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/grep.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-10 00:47:30 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-10 00:47:30 +1000
commitfaa23a33ec2943ddb602c59a6c82aff1b188bd14 (patch)
treecb6423e17e9835288ed8188f491cec23952f2b99 /init/completions/grep.fish
parentae511451fe04ce9e8b6934eaf687c8cdf64780bf (diff)
Minor completion description tweaks, try to use the same description for the same situation in multiple commands, to decrease number of strings to translate
darcs-hash:20060109144730-ac50b-02c888d17745b5406e099040e12130fb2a419276.gz
Diffstat (limited to 'init/completions/grep.fish')
-rw-r--r--init/completions/grep.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/completions/grep.fish b/init/completions/grep.fish
index e6fe23b9..b29493b3 100644
--- a/init/completions/grep.fish
+++ b/init/completions/grep.fish
@@ -37,7 +37,7 @@ complete -c grep -l exclude -d (_ "Recurse, skip file matching PATTERN")
complete -c grep -s s -l no-messages -d (_ "Suppress error messages")
complete -c grep -s U -l binary -d (_ "Treat files as binary")
complete -c grep -s u -l unix-byte-offsets -d (_ "Report Unix-style byte offsets")
-complete -c grep -s V -l version -d (_ "Print the version number")
+complete -c grep -s V -l version -d (_ "Display version and exit")
complete -c grep -s v -l invert-match -d (_ "Invert the sense of matching")
complete -c grep -s w -l word-regexp -d (_ "Only whole matching words")
complete -c grep -s x -l line-regexp -d (_ "Only whole matching lines")