summaryrefslogtreecommitdiff
path: root/completions/iftop
diff options
context:
space:
mode:
Diffstat (limited to 'completions/iftop')
-rw-r--r--completions/iftop6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/iftop b/completions/iftop
index 6320316d..b73f4b6b 100644
--- a/completions/iftop
+++ b/completions/iftop
@@ -6,7 +6,7 @@ _iftop()
_init_completion || return
case $prev in
- -h|-f|-F|-m)
+ -h | -f | -F | -m)
return
;;
-i)
@@ -19,8 +19,8 @@ _iftop()
;;
esac
- COMPREPLY=( $(compgen -W '$(_parse_help "$1" -h)' -- "$cur") )
+ COMPREPLY=($(compgen -W '$(_parse_help "$1" -h)' -- "$cur"))
} &&
-complete -F _iftop iftop
+ complete -F _iftop iftop
# ex: filetype=sh