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.