summaryrefslogtreecommitdiff
path: root/priv/shell-completion/bash/rebar
diff options
context:
space:
mode:
Diffstat (limited to 'priv/shell-completion/bash/rebar')
-rw-r--r--priv/shell-completion/bash/rebar2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/shell-completion/bash/rebar b/priv/shell-completion/bash/rebar
index b01f6f6..ba87bdd 100644
--- a/priv/shell-completion/bash/rebar
+++ b/priv/shell-completion/bash/rebar
@@ -11,7 +11,7 @@ _rebar()
cmdsnvars="analyze build_plt check_plt clean compile \
create-app create-node eunit generate \
install int_test perf_test test \
- case= force=1 jobs= suite= verbose=1 appid= target="
+ case= force=1 jobs= suite= verbose=1 appid= target= template="
if [[ ${cur} == --* ]] ; then
COMPREPLY=( $(compgen -W "${lopts}" -- ${cur}) )