LP#1924562 - pingest.pl help typo for --max-duration
authorJosh Stompro <stompro@stompro.org>
Thu, 15 Apr 2021 13:37:05 +0000 (08:37 -0500)
committerJason Boyer <JBoyer@equinoxOLI.org>
Thu, 23 Sep 2021 18:52:33 +0000 (14:52 -0400)
In the help command example the argument --duration is used but
--max-duration is the correct command.

Signed-off-by: Josh Stompro <stompro@stompro.org>
Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>

Open-ILS/src/support-scripts/pingest.pl

index b3a3e40..efdb2ed 100755 (executable)
@@ -75,7 +75,7 @@ sub help {
     print <<HELP;
 
     $0 --batch-size $batch_size --max-child $max_child \
-        --start-id 1 --end-id 500000 --duration 14400
+        --start-id 1 --end-id 500000 --max-duration 14400
 
     --batch-size
         Number of records to process per batch