summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_ping
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_ping')
-rw-r--r--Completion/Unix/Command/_ping7
1 files changed, 6 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_ping b/Completion/Unix/Command/_ping
index d36a0f3a9..95e1fd604 100644
--- a/Completion/Unix/Command/_ping
+++ b/Completion/Unix/Command/_ping
@@ -196,18 +196,23 @@ case ${variant}:${${service#ping}:-4} in
;;
iputils:*)
args+=(
+ '-3[RTT precision (do not round up the result time)]'
'-A[adaptive]'
'-b[allow pinging a broadcast address]'
"-B[don't allow ping to change source address]"
+ '-C[call connect() syscall on socket creation]'
'-D[print timestamp before each line]'
+ '-e+[define identifier for ping session]:identifier'
'(-4)-F+[allocate and set 20-bit flow label]:flow label (hex)'
'(-)-h[show usage information]'
+ '(-n)-H[force reverse DNS name resolution even for numeric destination]'
'-I+[specify source interface]:interface:_net_interfaces'
'-m+[specify mark to tag outgoing packets]:mark'
"-M+[specify path MTU discovery strategy]:strategy:((
do\:prohibit\ fragmentation,\ even\ local\ one
want\:do\ PMTU\ discovery
- dont\:don\'t\ set\ DF\ flag))"
+ dont\:don\'t\ set\ DF\ flag
+ probe\:set\ DF\ flag\ and\ bypass\ PMTU\ checks))"
'(-4)-N+[send ICMPv6 node information queries instead of echo request]:sub option'
'-O[report outstanding ICMP ECHO reply before sending next packet]'
'-Q+[set Quality of Service-related bits in ICMP datagrams]:QoS TOS bits'