summaryrefslogtreecommitdiff
path: root/completions/iftop
diff options
context:
space:
mode:
Diffstat (limited to 'completions/iftop')
-rw-r--r--completions/iftop2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/iftop b/completions/iftop
index 831e327b..6320316d 100644
--- a/completions/iftop
+++ b/completions/iftop
@@ -19,7 +19,7 @@ _iftop()
;;
esac
- COMPREPLY=( $( compgen -W '$( _parse_help "$1" -h )' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W '$(_parse_help "$1" -h)' -- "$cur") )
} &&
complete -F _iftop iftop