summaryrefslogtreecommitdiff
path: root/completions/jps
diff options
context:
space:
mode:
Diffstat (limited to 'completions/jps')
-rw-r--r--completions/jps2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/jps b/completions/jps
index e46c9f16..a6a60299 100644
--- a/completions/jps
+++ b/completions/jps
@@ -14,7 +14,7 @@ _jps()
if [[ $cur == -* ]]; then
# Not using _parse_usage because output has [-help] which does not
# mean -h, -e, -l, -p...
- COMPREPLY=( $( compgen -W "-q -m -l -v -V -J -help" -- "$cur" ) )
+ COMPREPLY=( $(compgen -W "-q -m -l -v -V -J -help" -- "$cur") )
[[ $COMPREPLY == -J* ]] && compopt -o nospace
else
_known_hosts_real -- "$cur"