Mercurial > p > roundup > code
diff share/man/man1/roundup-admin.1 @ 7546:534f8bdb8f94
Add -P pragma=value command line option to roundup-admin.
To set pragmas when using non-interactive mode, or set on command line
when going into interactive mode.
Also changed specification test to use command line pragma setting
rather than interactive. This tests the -P option without having to
run an extra test.
Docs updated as well.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 14 Jul 2023 00:30:44 -0400 |
| parents | 312d52305583 |
| children | 73dfa9df9fb0 |
line wrap: on
line diff
--- a/share/man/man1/roundup-admin.1 Fri Jul 14 00:10:42 2023 -0400 +++ b/share/man/man1/roundup-admin.1 Fri Jul 14 00:30:44 2023 -0400 @@ -29,6 +29,10 @@ When outputting lists of data, space-separate them. Same as \fB-S " "\fP. .TP +\fB-P pragma=value\fP +Set a pragma on the command line. Multiple \fB-P\fP options can be +specified to set multiple pragmas. +.TP \fB-V\fP Be verbose when importing data. .TP
