]> git.mjollnir.org Git - cil.git/commitdiff
Fix up the docs for the 'add' command
authorAndrew Chilton <andychilton@gmail.com>
Mon, 6 Oct 2008 01:44:55 +0000 (14:44 +1300)
committerAndrew Chilton <andychilton@gmail.com>
Mon, 6 Oct 2008 01:44:55 +0000 (14:44 +1300)
bin/cil

diff --git a/bin/cil b/bin/cil
index 3ffc8d15e5a66708078fbff2063c6fbadcffdfb4..12a4010b23c437ecd310e137dccb11a20552b2af 100755 (executable)
--- 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.