about summary refs log tree commit diff
path: root/Completion/Unix/Command/_ping
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_ping')
-rw-r--r--Completion/Unix/Command/_ping1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_ping b/Completion/Unix/Command/_ping
index e69173430..b371e808f 100644
--- a/Completion/Unix/Command/_ping
+++ b/Completion/Unix/Command/_ping
@@ -189,6 +189,7 @@ case ${variant}:${${service#ping}:-4} in
     args+=(
       '-E[audible bell for no packet]'
       '-e[audible bell for each packet]'
+      '-g[provide a visual display of packets received and lost]'
       '-T+[change TOS value]:TOS value:(critical inetcontrol lowdelay netcontrol throughput reliability ef af cs)'
       '-V+[specify routing table to be used]:routing table'
     )