Mercurial > p > roundup > code
diff share/man/man1/roundup-admin.1 @ 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 | d614d8e1c09d |
line wrap: on
line diff
--- a/share/man/man1/roundup-admin.1 Sun Mar 10 17:41:16 2024 -0400 +++ b/share/man/man1/roundup-admin.1 Sun Mar 10 21:59:20 2024 -0400 @@ -119,11 +119,11 @@ by the designators. .TP -\fBhistory\fP \fIdesignator [skipquiet]\fP +\fBhistory\fP \fIdesignator [skipquiet] [raw]\fP Lists the journal entries viewable by the user for the -node identified by the designator. If skipquiet is the -second argument, journal entries for quiet properties -are not shown. +node identified by the designator. If skipquiet is added, journal +entries for quiet properties are not shown. Without the raw option +a more human readable output format is used. .TP \fBimport\fP \fIimport_dir\fP Import a database from the directory containing CSV files,
