From 23f9373d26ae2d6ae28cf8641c3ebf30ee289087 Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Mon, 24 Aug 2020 12:44:10 +0200 Subject: [PATCH] Fix the description for ping. Fix the long description for ping. --- share/completions/ping.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/completions/ping.fish b/share/completions/ping.fish index 1eb1e2125..bff7b3195 100644 --- a/share/completions/ping.fish +++ b/share/completions/ping.fish @@ -16,7 +16,7 @@ complete -c ping -s p -d "Pad packet with empty bytes" -x complete -c ping -s Q -d "Set Quality of Service -related bits in ICMP datagrams" -x complete -c ping -s q -d "Quiet mode" complete -c ping -s R -d "Record route" -complete -c ping -s r -d "Bypass the normal routing tables and send directly to a host on an attached interface" +complete -c ping -s r -d "Bypass the normal routing tables" complete -c ping -s s -d "Specifies the number of data bytes to be sent" -x complete -c ping -s S -d "Set socket buffer size" -x complete -c ping -s t -d "Set the IP Time to Live" -x @@ -25,5 +25,5 @@ complete -c ping -s M -d "Select Path MTU Discovery strategy" -x -a "do want don complete -c ping -s U -d "Print full user-to-user latency" 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 "Specify a timeout, in seconds, before ping exits" -x complete -c ping -s W -d "Time to wait for a response, in seconds" -x