Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
6
66
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric Vidal
66
Commits
6d035838
Commit
6d035838
authored
2 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
typo fix
parent
dc23fc7b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib66/exec/ssexec_help.c
+3
-3
3 additions, 3 deletions
src/lib66/exec/ssexec_help.c
with
3 additions
and
3 deletions
src/lib66/exec/ssexec_help.c
+
3
−
3
View file @
6d035838
...
...
@@ -202,9 +202,9 @@ char const *help_service_signal =
"options:
\n
"
" -h: print this help
\n
"
" -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
"
" -wU: do not exit until the service is up and ready
and h
as notified
readiness
\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
"
" -wD: do not exit until the service is down and ready to be brought up
and has notified readiness
\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
"
...
...
@@ -222,7 +222,7 @@ char const *help_service_signal =
" -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: b
r
ing 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
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment