Bug 40226

Summary: stockrotation.pl help message is confusing for --send-all parameter
Product: Koha Reporter: Aude Charillon <aude.charillon>
Component: Command-line UtilitiesAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: robin
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Aude Charillon 2025-06-24 11:57:32 UTC
The stock rotation script's help message contains the following line for the 'send all' parameter:
--[S]end-all       Send email reports even if the report body is empty

This can be read to mean that the parameter should be written either -S or --Send-all. However, the longer form is actually --send-all (with the 's' not capitalised). The help message should be clarified to remove the confusion over how the parameter should be written.