summaryrefslogtreecommitdiff
path: root/completions/hping2
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gabriel@inconstante.eti.br>2018-03-18 12:02:11 -0300
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>2018-03-18 12:02:11 -0300
commit9cd22d1df8f0f5b554858471c86faa9f37b8fed4 (patch)
tree6399b936aecc388506ec32cfc10fdb06cfc1949f /completions/hping2
parent6d88f1055806932d9291f96847d2b691cccda2cd (diff)
downloadbash-completion-9cd22d1df8f0f5b554858471c86faa9f37b8fed4.tar.gz
New upstream version 2.8upstream/2.8
Diffstat (limited to 'completions/hping2')
-rw-r--r--completions/hping24
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/hping2 b/completions/hping2
index 9d454622..6344ed73 100644
--- a/completions/hping2
+++ b/completions/hping2
@@ -11,7 +11,7 @@ _hping2()
return
;;
-a|--spoof)
- _known_hosts_real "$cur"
+ _known_hosts_real -- "$cur"
return
;;
-o|--tos)
@@ -27,7 +27,7 @@ _hping2()
if [[ "$cur" == -* ]]; then
COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) )
else
- _known_hosts_real "$cur"
+ _known_hosts_real -- "$cur"
fi
} &&
complete -F _hping2 hping hping2 hping3