Mercurial > p > roundup > code
diff doc/customizing.txt @ 1570:93e0a565cee5
fix the "set" command usage statement
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 27 Mar 2003 05:23:39 +0000 |
| parents | d181aff91b40 |
| children | a3442208867f |
line wrap: on
line diff
--- a/doc/customizing.txt Thu Mar 27 01:36:19 2003 +0000 +++ b/doc/customizing.txt Thu Mar 27 05:23:39 2003 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.81 $ +:Version: $Revision: 1.82 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -371,11 +371,11 @@ richard who happens to be user 2. To assign an issue to him, we could do either of:: - roundup-admin set issue assignedto=2 + roundup-admin set issue23 assignedto=2 or:: - roundup-admin set issue assignedto=richard + roundup-admin set issue23 assignedto=richard Note, the same thing can be done in the web and e-mail interfaces.
