Bug 34091: Fix typo log-modules in help for cleanupdatabase.pl
This parameter is actually --log-module.
Test plan :
Run misc/cronjobs/cleanup_database.pl -h
Confirm you see --log-module
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 289e06edea
)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
118da7f0b3
commit
22d44fd2f2
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ Usage: $0 [-h|--help] [--confirm] [--sessions] [--sessdays DAYS] [-v|--verbose]
|
|||
amountoutstanding is 0 or NULL.
|
||||
In the case of --fees, DAYS must be greater than
|
||||
or equal to 1.
|
||||
--log-modules Specify which action log modules to trim. Repeatable.
|
||||
--log-module Specify which action log modules to trim. Repeatable.
|
||||
--preserve-log Specify which action logs to exclude. Repeatable.
|
||||
--log-action Specify which action log action entries to trim. Repeatable.
|
||||
--logs DAYS purge entries from action_logs older than DAYS days.
|
||||
|
|
Loading…
Reference in a new issue