summaryrefslogtreecommitdiff
path: root/completions/pwck
diff options
context:
space:
mode:
Diffstat (limited to 'completions/pwck')
-rw-r--r--completions/pwck2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/pwck b/completions/pwck
index 468aa7c6..7723f66d 100644
--- a/completions/pwck
+++ b/completions/pwck
@@ -6,7 +6,7 @@ _pwck()
_init_completion || return
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '$( _parse_usage "$1" )' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W '$(_parse_usage "$1")' -- "$cur") )
return
fi