Mercurial > p > roundup > code
diff share/man/man1/roundup-admin.1 @ 7209:c1227f883177
Implement password hash testing using new roundup-admin perftest.
Add new anypy/time_.py to provide a suitable definition for
perf_counter for python2 or 3.
Also update examples in upgrading.txt, man page, new translatable
strings in locale.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 03 Mar 2023 17:37:44 -0500 |
| parents | fbc0ac8555ca |
| children | 9c067ed4568b |
line wrap: on
line diff
--- a/share/man/man1/roundup-admin.1 Fri Mar 03 14:31:29 2023 -0500 +++ b/share/man/man1/roundup-admin.1 Fri Mar 03 17:37:44 2023 -0500 @@ -201,6 +201,10 @@ Remove journal entries older than a period of time specified or before a certain date. .TP +\fBperftest\fP \fI[mode] [arguments]*\fP +Run performance test. For example test the effect +of changing password hashing parameters. +.TP \fBreindex\fP \fI[classname|designator]*\fP This will re-generate the search indexes for a tracker. .TP
