Skip to content

Commit 723ced2

Browse files
committed
Improved manpage.
1 parent d87f010 commit 723ced2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/createsummary.1

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
.\" Homepage: https://www.nntb.no/~dreibh/netperfmeter/
2727
.\"
2828
.\" ###### Setup ############################################################
29-
.Dd October 11, 2025
29+
.Dd November 11, 2025
3030
.Dt createsummary 1
3131
.Os CreateSummary
3232
.\" ###### Name #############################################################
@@ -58,22 +58,22 @@
5858
.Nm createsummary
5959
is a summarisation tool for scalar files: it creates one CSV/GNU R data table file (using tabulator as column separator) for each scalar. CreateSummary supports on-the-fly BZip2 compression. After startup, the program accepts the following commands from standard input (*not* as command-line arguments!):
6060
.Bl -tag -width indent
61-
.It Fl Fl varnames variables
61+
.It Fl Fl varnames=variables
6262
A space-separated list of output variable names to be added to the output data tables.
63-
.It Fl Fl values values
63+
.It Fl Fl values=values
6464
Sets the values of the output variables for the next scalar file to the provided space-separated values. One value for each variable has to be provided.
65-
.It Fl Fl logfile name
65+
.It Fl Fl logfile=name
6666
Sets the log file for the next scalar file. On an error related to this scalar file, the log file's name is displayed. This option can be used to identify bad simulation/measurement runs by pointing to the log file being created for
6767
the simulation/measurement.
68-
.It Fl Fl statusfile name
68+
.It Fl Fl statusfile=name
6969
Sets the status file for the next scalar file. On an error related to this scalar file, the status file is deleted. This option can be used to repeat bad simulation/measurement runs by re-running the simulation/measurement on missing status files.
70-
.It Fl Fl input filename
70+
.It Fl Fl input=filename
7171
Process the given scalar file.
72-
.It Fl Fl skip prefix
72+
.It Fl Fl skip=prefix
7373
All scalars beginning with the given prefix are not written to output tables. This option can be used to filter out unnecessary results.
74-
.It Fl Fl simulationdirectory Directory
74+
.It Fl Fl simulationdirectory=directory
7575
Sets the directory where to find the scalar files.
76-
.It Fl Fl resultsdirectory Directory
76+
.It Fl Fl resultsdirectory=directory
7777
Sets the directory where to write the summary tables to.
7878
.It Fl Fl ignore-scalar-file-errors
7979
Ignore scalar file errors (that is, missing input files) instead of aborting.

0 commit comments

Comments
 (0)