From faa23a33ec2943ddb602c59a6c82aff1b188bd14 Mon Sep 17 00:00:00 2001 From: axel Date: Tue, 10 Jan 2006 00:47:30 +1000 Subject: 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 --- init/completions/ping.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init/completions/ping.fish') 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 -- cgit v1.2.3