summaryrefslogtreecommitdiff
path: root/completions/lua
diff options
context:
space:
mode:
Diffstat (limited to 'completions/lua')
-rw-r--r--completions/lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/lua b/completions/lua
index 9413319e..775eae20 100644
--- a/completions/lua
+++ b/completions/lua
@@ -12,7 +12,7 @@ _lua()
esac
if [[ $cur == -* ]]; then
- COMPREPLY=( $( compgen -W "$( _parse_help "$1" )" -- "$cur" ) )
+ COMPREPLY=( $(compgen -W "$(_parse_help "$1")" -- "$cur") )
return
fi