From: Galen Charlton Date: Fri, 31 Jan 2014 21:20:26 +0000 (-0500) Subject: fix typo and remove repeated word X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2cc896b7d103fbade96054881c6c57046eef01e5;p=working%2FOpenSRF.git fix typo and remove repeated word Signed-off-by: Galen Charlton --- diff --git a/bin/opensrf-perl.pl.in b/bin/opensrf-perl.pl.in index 7566441..d5961da 100755 --- a/bin/opensrf-perl.pl.in +++ b/bin/opensrf-perl.pl.in @@ -732,13 +732,13 @@ sub do_help { --router-re-register-all Sends a SIGUSR2 signal to the selected service(s), which causes each service's listener process to send a "register" command to all - configured routers routers. The --all variant sends the signal to - all running listeners. The non-(--all) variant requires a --service. + configured routers. The --all variant sends the signal to all + running listeners. The non-(--all) variant requires a --service. --reload --reload-all Sends a SIGHUP signal to the selected service(s). SIGHUP causes - each Listener process to reload its opensrf_core.xml config file + each listener process to reload its opensrf_core.xml config file and gracefully re-launch drone processes. The -all variant sends the signal to all services. The non-(-all) variant requires a --service.