Mercurial > p > roundup > code
diff doc/user_guide.txt @ 3754:9f4dd27ae843
documentation cleanup from Luke Ross (patch [SF#1594860])
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 12 Nov 2006 00:09:42 +0000 |
| parents | 790363e96852 |
| children | 068b3d7d4279 |
line wrap: on
line diff
--- a/doc/user_guide.txt Sat Nov 11 03:23:45 2006 +0000 +++ b/doc/user_guide.txt Sun Nov 12 00:09:42 2006 +0000 @@ -2,7 +2,7 @@ User Guide ========== -:Version: $Revision: 1.34 $ +:Version: $Revision: 1.35 $ .. contents:: @@ -21,7 +21,7 @@ reports and features, the class is "issue", and for users the class is "user". -Each item in the tracker has an id number that identifies it along with +Each item in the tracker has an ID number that identifies it along with its item class. To identify a particular issue or user, we combine the class with the number to create a unique label, so that user 1 (who, incidentally, is *always* the "admin" user) is referred to as "user1". @@ -731,8 +731,8 @@ Using with the shell -------------------- -With version 0.6.0 or newer of roundup which supports: multiple -designators to display and the -d, -S and -s flags. +With version 0.6.0 or newer of roundup (which introduced support for +multiple designators to display and the -d, -S and -s flags): To find all messages regarding chatting issues that contain the word "spam", for example, you could execute the following command from the
