summaryrefslogtreecommitdiff
path: root/completions/arping
diff options
context:
space:
mode:
Diffstat (limited to 'completions/arping')
-rw-r--r--completions/arping6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/arping b/completions/arping
index 6adcde7c..57e1e19b 100644
--- a/completions/arping
+++ b/completions/arping
@@ -6,7 +6,7 @@ _arping()
_init_completion || return
case $prev in
- -*c|-*w)
+ -*c | -*w)
return
;;
-*I)
@@ -20,12 +20,12 @@ _arping()
esac
if [[ $cur == -* ]]; then
- COMPREPLY=( $(compgen -W '$(_parse_help "$1" -h)' -- "$cur") )
+ COMPREPLY=($(compgen -W '$(_parse_help "$1" -h)' -- "$cur"))
return
fi
_known_hosts_real -- "$cur"
} &&
-complete -F _arping arping
+ complete -F _arping arping
# ex: filetype=sh