From 9c5579e60c341ad39652e6e73ce878d85f2391b0 Mon Sep 17 00:00:00 2001 From: Andrew Chilton Date: Mon, 6 Oct 2008 14:44:55 +1300 Subject: [PATCH] Fix up the docs for the 'add' command --- bin/cil | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- 2.39.5