diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-01-09 13:35:09 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-01-09 13:35:09 +0100 |
commit | e60a6acc41bd9a287c1ca593d5336a2cf03fef26 (patch) | |
tree | b9823b4374cb2d498e49d7d62fda9c523694d7fe /priv/shell-completion | |
parent | 407486bc62ac0d604bccf323bb4755e7a018a19d (diff) |
Removed redundant create-app
Diffstat (limited to 'priv/shell-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 36213ed..4a38f04 100644 --- a/priv/shell-completion/bash/rebar +++ b/priv/shell-completion/bash/rebar @@ -8,7 +8,7 @@ _rebar() prev="${COMP_WORDS[COMP_CWORD-1]}" sopts="-h -v -f -j" lopts=" --help --verbose --force --jobs" - cmdsnvars="analyze build_plt clean compile create-app \ + cmdsnvars="analyze build_plt clean compile \ create-app create-node eunit generate \ int_test perf_test test \ case= force=1 jobs= suite= verbose=1" |