summaryrefslogtreecommitdiff
path: root/completions/_chsh
diff options
context:
space:
mode:
Diffstat (limited to 'completions/_chsh')
-rw-r--r--completions/_chsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/_chsh b/completions/_chsh
index 88e8522e..48473fe8 100644
--- a/completions/_chsh
+++ b/completions/_chsh
@@ -19,7 +19,7 @@ _chsh()
esac
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '$( _parse_usage "$1" )' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W '$(_parse_usage "$1")' -- "$cur") )
else
_allowed_users
fi