]> git.mjollnir.org Git - cil.git/commitdiff
Add the filters to the usage and manpage.
authorAndrew Chilton <andychilton@gmail.com>
Sat, 28 Jun 2008 00:20:05 +0000 (12:20 +1200)
committerAndrew Chilton <andychilton@gmail.com>
Sat, 28 Jun 2008 00:20:05 +0000 (12:20 +1200)
bin/cil

diff --git a/bin/cil b/bin/cil
index e15dd0c4149288279f617a6deadab25516661b40..b8bcd20b4a835af589b8cb09be6d90aa97221801 100755 (executable)
--- a/bin/cil
+++ b/bin/cil
@@ -768,8 +768,8 @@ Usage: $0 COMMAND [options]
 Commands:
    init    [--path=PATH]
    add
-   summary [--status=STATUS] [--label=LABEL]
-   list    [--status=STATUS] [--label=LABEL]
+   summary [--status=STATUS] [--label=LABEL] [--is-open] [--is-closed]
+   list    [--status=STATUS] [--label=LABEL] [--is-open] [--is-closed]
    show    ISSUE
    status  ISSUE NEW_STATUS
    edit    ISSUE
@@ -796,6 +796,7 @@ cil - the command-line issue list
     $ cil list
     $ cil list --status=New
     $ cil list --label=Release-v0.1
+    $ cil list --is-open
 
     $ cil add
     ... added issue 'cafebabe' ...