summaryrefslogtreecommitdiff
path: root/completions/tcpkill
diff options
context:
space:
mode:
Diffstat (limited to 'completions/tcpkill')
-rw-r--r--completions/tcpkill6
1 files changed, 3 insertions, 3 deletions
diff --git a/completions/tcpkill b/completions/tcpkill
index 200cfc38..189d928e 100644
--- a/completions/tcpkill
+++ b/completions/tcpkill
@@ -12,11 +12,11 @@ _tcpkill()
;;
esac
- if [[ "$cur" == -* ]]; then
- COMPREPLY=( $(compgen -W '-i -1 -2 -3 -4 -5 -6 -7 -8 -9' -- "$cur") )
+ if [[ $cur == -* ]]; then
+ COMPREPLY=($(compgen -W '-i -1 -2 -3 -4 -5 -6 -7 -8 -9' -- "$cur"))
fi
} &&
-complete -F _tcpkill tcpkill
+ complete -F _tcpkill tcpkill
# ex: filetype=sh