summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAndrew Chilton <andychilton@gmail.com>2008-07-04 16:17:33 +1200
committerAndrew Chilton <andychilton@gmail.com>2008-07-04 16:17:33 +1200
commitf6649a52ff5610af925818cddd720fa5945bd6b3 (patch)
treeaed0ee63e5d460343749789a1ebe2836bcf00470 /etc
parent03a60521d41962fb3d36e8e8002e9bba51796ff6 (diff)
Imported Upstream version v0.4.2upstream/v0.4.2
Diffstat (limited to 'etc')
-rw-r--r--etc/bash_completion.d/cil2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/bash_completion.d/cil b/etc/bash_completion.d/cil
index 3a57087..9c86338 100644
--- a/etc/bash_completion.d/cil
+++ b/etc/bash_completion.d/cil
@@ -38,7 +38,7 @@ _cil()
# constants
opts="--help --version --path --status --label --filename --is-open --is-closed --assigned-to --created-by"
- commands="init add summary list show status edit comment attach extract"
+ commands="init add summary list show status depends-on precedes edit comment attach extract"
COMPREPLY=()
cur=${COMP_WORDS[COMP_CWORD]}