summaryrefslogtreecommitdiff
path: root/completions/_reptyr
diff options
context:
space:
mode:
Diffstat (limited to 'completions/_reptyr')
-rw-r--r--completions/_reptyr4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/_reptyr b/completions/_reptyr
index 00cccddd..01d61b2a 100644
--- a/completions/_reptyr
+++ b/completions/_reptyr
@@ -15,12 +15,12 @@ _reptyr()
esac
if [[ $cur == -* ]]; then
- COMPREPLY=( $(compgen -W '$(_parse_help "$1")' -- "$cur") )
+ COMPREPLY=($(compgen -W '$(_parse_help "$1")' -- "$cur"))
return
fi
[[ $prev != +([0-9]) ]] && _pids
} &&
-complete -F _reptyr reptyr
+ complete -F _reptyr reptyr
# ex: filetype=sh