From 35fbab5946470b6c4419fcd148a71eeac4a0be50 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Tue, 18 Oct 2022 10:43:07 -0400 Subject: [PATCH] Have ingest_ctl stop when it gets a command line option it does not understand Signed-off-by: Mike Rylander --- Open-ILS/src/support-scripts/ingest_ctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <