From 2f1b11109f4a0458671e5fea171648b86d1aaea9 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Fri, 1 Dec 2023 07:55:57 -1000 Subject: [PATCH] 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 --- misc/cronjobs/cleanup_database.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cronjobs/cleanup_database.pl b/misc/cronjobs/cleanup_database.pl index 6681a0b3bc..97097ad3a8 100755 --- a/misc/cronjobs/cleanup_database.pl +++ b/misc/cronjobs/cleanup_database.pl @@ -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. -- 2.43.0