aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/ping.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/ping.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/ping.fish')
-rw-r--r--init/completions/ping.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/completions/ping.fish b/init/completions/ping.fish
index 0418b13f..b7689d52 100644
--- a/init/completions/ping.fish
+++ b/init/completions/ping.fish
@@ -23,8 +23,8 @@ complete -c ping -s t -d (_ "Set the IP Time to Live") -x
complete -c ping -s T -d (_ "Set special IP timestamp options") -x
complete -c ping -s M -d (_ "Select Path MTU Discovery strategy") -x -a "do want dont"
complete -c ping -s U -d (_ "Print full user-to-user latency")
-complete -c ping -s v -d (_ "Verbose output")
-complete -c ping -s V -d (_ "Show version and exit")
+complete -c ping -s v -d (_ "Verbose mode")
+complete -c ping -s V -d (_ "Display version and exit")
complete -c ping -s w -d (_ "Specify a timeout, in seconds, before ping exits regardless of how many packets have been sent or received") -x
complete -c ping -s W -d (_ "Time to wait for a response, in seconds") -x