From dc23fc7b92202899c711e0fbe635044d6b26aa07 Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Sat, 18 Feb 2023 20:57:04 +1100 Subject: [PATCH] typo fix --- src/lib66/exec/ssexec_help.c | 52 ++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/src/lib66/exec/ssexec_help.c b/src/lib66/exec/ssexec_help.c index f44112a2..868fa8c5 100644 --- a/src/lib66/exec/ssexec_help.c +++ b/src/lib66/exec/ssexec_help.c @@ -201,32 +201,32 @@ char const *help_service_signal = "\n" "options:\n" " -h: print this help\n" -" -wu: do not exit until the service is up" -" -wU: do not exit until the service is up and ready as notified by the daemon itself" -" -wd: do not exit until the service is down" -" -wD: do not exit until the service is down and ready to be brought up" -" -wr: do not exit until the service has been started or restarted" -" -wR: do not exit until the service has been started or restarted and has notified readiness" -" -a: send a SIGALRM signal" -" -b: send a SIGABRT signal" -" -q: send a SIGQUIT signal" -" -H: send a SIGHUP signal" -" -k: send a SIGKILL signal" -" -t: send a SIGTERM signal" -" -i: send a SIGINT signal" -" -1: send a SIGUSR1 signal" -" -2: send a SIGUSR2 signal" -" -p: send a SIGSTOP signal" -" -c: send a SIGCONT signal" -" -y: send a SIGWINCH signal" -" -o: once. Equivalent to '-uO'." -" -d: send a SIGTERM signal then a SIGCONT signal." -" -D: bring down service and avoid to be bring it up automatically" -" -u: bing up service" -" -U: bring up service and ensure that service can be restarted automatically" -" -x: bring down the service and propagate to its supervisor" -" -O : mark the service to run once at most" -" -r : restart service by sending it a signal(default SIGTERM)" +" -wu: do not exit until the service is up\n" +" -wU: do not exit until the service is up and ready as notified by the daemon itself\n" +" -wd: do not exit until the service is down\n" +" -wD: do not exit until the service is down and ready to be brought up\n" +" -wr: do not exit until the service has been started or restarted\n" +" -wR: do not exit until the service has been started or restarted and has notified readiness\n" +" -a: send a SIGALRM signal\n" +" -b: send a SIGABRT signal\n" +" -q: send a SIGQUIT signal\n" +" -H: send a SIGHUP signal\n" +" -k: send a SIGKILL signal\n" +" -t: send a SIGTERM signal\n" +" -i: send a SIGINT signal\n" +" -1: send a SIGUSR1 signal\n" +" -2: send a SIGUSR2 signal\n" +" -p: send a SIGSTOP signal\n" +" -c: send a SIGCONT signal\n" +" -y: send a SIGWINCH signal\n" +" -o: once. Equivalent to '-uO'\n" +" -d: send a SIGTERM signal then a SIGCONT signal\n" +" -D: bring down service and avoid to be bring it up automatically\n" +" -u: bing up service\n" +" -U: bring up service and ensure that service can be restarted automatically\n" +" -x: bring down the service and propagate to its supervisor\n" +" -O : mark the service to run once at most\n" +" -r : restart service by sending it a signal(default SIGTERM)\n" ; char const *usage_tree_wrapper = "66 tree [ -h ] create|admin|remove|enable|disable|current|status|resolve|up|down|unsupervise [<command options>] tree" ; -- GitLab