summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2010-01-09 00:43:22 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2010-01-09 00:43:22 +0100
commit2ae3fd9aae47efb40acdb1a9912c547b3cba2b06 (patch)
tree8ffc9f0dc5ea6f604b5eb19747f165de903386c0 /priv
parente9ddd08e2a70fe5182937e6ea4d330606707333a (diff)
Added jobs= to bash-completion
Diffstat (limited to 'priv')
-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 33997b8..045efb9 100644
--- a/priv/shell-completion/bash/rebar
+++ b/priv/shell-completion/bash/rebar
@@ -12,7 +12,7 @@ _rebar()
cmdsnvars="analyze build_plt clean compile create-app \
create-app create-node eunit generate \
int_test perf_test test \
- case= force=1 suite= verbose=1"
+ case= force=1 jobs= suite= verbose=1"
if [[ ${cur} == --* ]] ; then
COMPREPLY=( $(compgen -W "${lopts}" -- ${cur}) )