summaryrefslogtreecommitdiff
path: root/completions/hping2
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gabriel@inconstante.eti.br>2017-09-25 23:46:54 -0300
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>2017-09-25 23:46:54 -0300
commit6d88f1055806932d9291f96847d2b691cccda2cd (patch)
tree0ff79eedaa8a239331256048981deedbd0721965 /completions/hping2
parent059a87a5936cfebfd2d71ab8057002cafb2ea051 (diff)
downloadbash-completion-6d88f1055806932d9291f96847d2b691cccda2cd.tar.gz
New upstream version 2.7upstream/2.7
Diffstat (limited to 'completions/hping2')
-rw-r--r--completions/hping210
1 files changed, 5 insertions, 5 deletions
diff --git a/completions/hping2 b/completions/hping2
index 45c2c4c6..9d454622 100644
--- a/completions/hping2
+++ b/completions/hping2
@@ -8,19 +8,19 @@ _hping2()
case $prev in
-I|--interface)
_available_interfaces
- return 0
+ return
;;
-a|--spoof)
_known_hosts_real "$cur"
- return 0
+ return
;;
-o|--tos)
COMPREPLY=( $( compgen -W '02 04 08 10' ) )
- return 0
+ return
;;
-E|--file)
_filedir
- return 0
+ return
;;
esac
@@ -32,4 +32,4 @@ _hping2()
} &&
complete -F _hping2 hping hping2 hping3
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh