From 83dfd3d21e31fc0fab56efd993b6a9c7b921e23a Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 1 Sep 2023 13:02:26 -0400 Subject: [PATCH] Bug 33239: (QA follow-up) Tidy and improve description Signed-off-by: Kyle M Hall --- .../borrowers-force-messaging-defaults.pl | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/misc/maintenance/borrowers-force-messaging-defaults.pl b/misc/maintenance/borrowers-force-messaging-defaults.pl index 9d99cb68356..be5bbb029d0 100755 --- a/misc/maintenance/borrowers-force-messaging-defaults.pl +++ b/misc/maintenance/borrowers-force-messaging-defaults.pl @@ -78,14 +78,14 @@ WHERE 1|; my ( $doit, $since, $help, $not_expired, $no_overwrite, $category, $branchcode, $message_name ); my $result = GetOptions( - 'doit' => \$doit, - 'since:s' => \$since, - 'not-expired' => \$not_expired, - 'no-overwrite' => \$no_overwrite, - 'category:s' => \$category, - 'library:s' => \$branchcode, + 'doit' => \$doit, + 'since:s' => \$since, + 'not-expired' => \$not_expired, + 'no-overwrite' => \$no_overwrite, + 'category:s' => \$category, + 'library:s' => \$branchcode, 'message-name:s' => \$message_name, - 'help|h' => \$help, + 'help|h' => \$help, ); usage() if $help; @@ -143,12 +143,13 @@ Will only update patrons in the category specified. =item B<--library> -Will only update patrons whose home library matches the given library id +Will only update patrons whose home library matches the given library id. =item B<--message-name> Will only update the specified message name. List of values can be found in installer/data/mysql/mandatory/sample_notices_message_attributes.sql +or in message_attributes.message_name in the database. =item B<--since> -- 2.30.2