diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-01-16 18:52:25 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-01-16 18:52:25 +0100 |
commit | d32bd6d4a1205041ef050dabe0c73939efc2dc99 (patch) | |
tree | f6a17b371f7206a6f1af15da27d4ffb4e984a334 | |
parent | 96e9a2a521dcd86865ac5bfff7ed4c96e70945f1 (diff) |
Added appid= to bash-completion
-rw-r--r-- | priv/shell-completion/bash/rebar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/shell-completion/bash/rebar b/priv/shell-completion/bash/rebar index a974915..af31271 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 \ int_test perf_test test \ - case= force=1 jobs= suite= verbose=1" + case= force=1 jobs= suite= verbose=1 appid=" if [[ ${cur} == --* ]] ; then COMPREPLY=( $(compgen -W "${lopts}" -- ${cur}) ) |