Bugzilla – Attachment 159471 Details for
Bug 34091
Typo in help for cleanupdatabase.pl: --log-modules needs to be --log-module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34091: Fix typo log-modules in help for cleanupdatabase.pl
Bug-34091-Fix-typo-log-modules-in-help-for-cleanup.patch (text/plain), 1.29 KB, created by
Fridolin Somers
on 2023-12-01 17:57:48 UTC
(
hide
)
Description:
Bug 34091: Fix typo log-modules in help for cleanupdatabase.pl
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2023-12-01 17:57:48 UTC
Size:
1.29 KB
patch
obsolete
>From 2f1b11109f4a0458671e5fea171648b86d1aaea9 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34091
:
159471
|
159480
|
159664