From: Mike Rylander Date: Tue, 18 Oct 2022 14:43:07 +0000 (-0400) Subject: Have ingest_ctl stop when it gets a command line option it does not understand X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=35fbab5946470b6c4419fcd148a71eeac4a0be50;p=working%2FEvergreen.git Have ingest_ctl stop when it gets a command line option it does not understand Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/support-scripts/ingest_ctl b/Open-ILS/src/support-scripts/ingest_ctl index aad78e42ef..fc4da7a21b 100755 --- a/Open-ILS/src/support-scripts/ingest_ctl +++ b/Open-ILS/src/support-scripts/ingest_ctl @@ -117,7 +117,7 @@ GetOptions( 'stop' => \$stop, 'chatty' => \$chatty, 'help' => \$help -); +) or help(); sub help { print <