From: Andrew Chilton Date: Mon, 6 Oct 2008 01:44:55 +0000 (+1300) Subject: Fix up the docs for the 'add' command X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9c5579e60c341ad39652e6e73ce878d85f2391b0;p=cil.git Fix up the docs for the 'add' command --- diff --git a/bin/cil b/bin/cil index 3ffc8d1..12a4010 100755 --- a/bin/cil +++ b/bin/cil @@ -242,11 +242,14 @@ and Label fields. Shows each issue with more information. You may filter on both the Status and Label fields. -=item add [summary] +=item add [--mine] [summary] Adds an issues after you have edited the input. Text passed after 'add' will be used as the bug summary line. +If you use the --mine flag, the AssignedTo field is automatically set to you +(saves having to copy and paste the CreatedBy field). + =item show ISSUE Shows the issue name with more detail.