mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 02:27:28 +08:00
Fix the description for ping.
Fix the long description for ping.
This commit is contained in:
parent
b6a57a2494
commit
23f9373d26
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user