From: Andrew Chilton Date: Sat, 28 Jun 2008 00:20:05 +0000 (+1200) Subject: Add the filters to the usage and manpage. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=cfc7f7c22472727344b833bdbda8cf5db138079e;p=cil.git Add the filters to the usage and manpage. --- diff --git a/bin/cil b/bin/cil index e15dd0c..b8bcd20 100755 --- 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' ...