fix typo and remove repeated word
authorGalen Charlton <gmc@esilibrary.com>
Fri, 31 Jan 2014 21:20:26 +0000 (16:20 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 31 Jan 2014 21:40:07 +0000 (16:40 -0500)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

bin/opensrf-perl.pl.in

index 7566441..d5961da 100755 (executable)
@@ -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.