From: Josh Stompro <stompro@stompro.org> Date: Thu, 15 Apr 2021 13:37:05 +0000 (-0500) Subject: LP#1924562 - pingest.pl help typo for --max-duration X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e12c899b188d34b29441d4ecca2660d2b4b6fa00;p=Evergreen.git LP#1924562 - pingest.pl help typo for --max-duration 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> --- diff --git a/Open-ILS/src/support-scripts/pingest.pl b/Open-ILS/src/support-scripts/pingest.pl index b3a3e4097f..efdb2ed5aa 100755 --- a/Open-ILS/src/support-scripts/pingest.pl +++ b/Open-ILS/src/support-scripts/pingest.pl @@ -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