comparison 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
comparison
equal deleted inserted replaced
7796:5f3b49bb7742 7797:8bdf0484215c
117 117
118 Retrieves the property value of the nodes specified 118 Retrieves the property value of the nodes specified
119 by the designators. 119 by the designators.
120 120
121 .TP 121 .TP
122 \fBhistory\fP \fIdesignator [skipquiet]\fP 122 \fBhistory\fP \fIdesignator [skipquiet] [raw]\fP
123 Lists the journal entries viewable by the user for the 123 Lists the journal entries viewable by the user for the
124 node identified by the designator. If skipquiet is the 124 node identified by the designator. If skipquiet is added, journal
125 second argument, journal entries for quiet properties 125 entries for quiet properties are not shown. Without the raw option
126 are not shown. 126 a more human readable output format is used.
127 .TP 127 .TP
128 \fBimport\fP \fIimport_dir\fP 128 \fBimport\fP \fIimport_dir\fP
129 Import a database from the directory containing CSV files, 129 Import a database from the directory containing CSV files,
130 two per class to import. 130 two per class to import.
131 131

Roundup Issue Tracker: http://roundup-tracker.org/