Mercurial > p > roundup > code
diff doc/admin_guide.txt @ 7797:8bdf0484215c
Summary: feat: roundup-admin history command has human interpretable output
Reformat journal entries and make try to make readable sentences out
of them.
Set up translation markers and added hints for the tanslators by
marking translator comments with;
# .Hint text for translator
on the line before _() markers.
Doc'ed changes in roundup-admin docs and added info to upgrading.txt.
If the user wants old format, they can call
history designator raw
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 10 Mar 2024 21:59:20 -0400 |
| parents | d7d68da9878f |
| children | 03c1b7ae3a68 |
line wrap: on
line diff
--- a/doc/admin_guide.txt Sun Mar 10 17:41:16 2024 -0400 +++ b/doc/admin_guide.txt Sun Mar 10 21:59:20 2024 -0400 @@ -1245,7 +1245,9 @@ * creating a new user from the command line * list/find users in the tracker -The basic usage is:: +The basic usage is: + +.. code-block:: text Usage: roundup-admin [options] [<command> <arguments>] @@ -1282,7 +1284,7 @@ genconfig <filename> get property designator[,designator]* help topic - history designator [skipquiet] + history designator [skipquiet] [raw] import import_dir importtables export_dir initialise [adminpw]
