summaryrefslogtreecommitdiff
path: root/completions/monodevelop
diff options
context:
space:
mode:
Diffstat (limited to 'completions/monodevelop')
-rw-r--r--completions/monodevelop2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/monodevelop b/completions/monodevelop
index 13685dfb..4aa213b7 100644
--- a/completions/monodevelop
+++ b/completions/monodevelop
@@ -8,7 +8,7 @@ _monodevelop()
$split && return
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '$( _parse_help "$1" -h )' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W '$(_parse_help "$1" -h)' -- "$cur") )
[[ $COMPREPLY == *= ]] && compopt -o nospace
else
_filedir