From cfc7f7c22472727344b833bdbda8cf5db138079e Mon Sep 17 00:00:00 2001 From: Andrew Chilton Date: Sat, 28 Jun 2008 12:20:05 +1200 Subject: [PATCH] Add the filters to the usage and manpage. --- bin/cil | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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' ... -- 2.39.5