summaryrefslogtreecommitdiff
path: root/completions/pwdx
diff options
context:
space:
mode:
Diffstat (limited to 'completions/pwdx')
-rw-r--r--completions/pwdx4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/pwdx b/completions/pwdx
index ed8d3ec2..675c41ff 100644
--- a/completions/pwdx
+++ b/completions/pwdx
@@ -12,9 +12,9 @@ _pwdx()
esac
if [[ $cur == -* ]]; then
- local help='$( _parse_help "$1" )'
+ local help='$(_parse_help "$1")'
[[ $help ]] || help=-V
- COMPREPLY=( $( compgen -W "$help" -- "$cur" ) )
+ COMPREPLY=( $(compgen -W "$help" -- "$cur") )
else
_pids
fi