From 2b228c3825b9b554fb70af55c40207cc1488df0d Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 7 Jan 2026 11:47:41 +0000 Subject: [PATCH] Bug 41538: build_holds_queue.pl missing short help text I was thrown my the lack of short help when checking the options for build_holds_queue.pl It should have a line for the --unallocated option --- misc/cronjobs/holds/build_holds_queue.pl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/misc/cronjobs/holds/build_holds_queue.pl b/misc/cronjobs/holds/build_holds_queue.pl index 416ab299ef3..97c661bedcf 100755 --- a/misc/cronjobs/holds/build_holds_queue.pl +++ b/misc/cronjobs/holds/build_holds_queue.pl @@ -25,9 +25,10 @@ build_holds_queue.pl - Rebuild the holds queue build_holds_queue.pl [-f] Options: - -h --help Brief help message - -m --man Full documentation - -f --force Run holds queue builder even if RealTimeHoldsQueue is enabled + -h --help Brief help message + -m --man Full documentation + -f --force Run holds queue builder even if RealTimeHoldsQueue is enabled + -u --unallocated Keeps the current queue intact and processes only holds and items not already allocated =head1 OPTIONS -- 2.50.1 (Apple Git-155)