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
90b97401
Commit
90b97401
authored
8 months ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
typo fix
parent
dacd3385
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
+30
-30
30 additions, 30 deletions
src/lib66/exec/ssexec_help.c
with
30 additions
and
30 deletions
src/lib66/exec/ssexec_help.c
+
30
−
30
View file @
90b97401
...
...
@@ -59,7 +59,7 @@ char const *help_66 =
" poweroff: poweroff the system
\n
"
" reboot: reboot the system
\n
"
" halt: halt the system
\n
"
" wall: send message to all
users
connected"
" wall: send message to all connected
users
\n
"
" version: display 66 version
\n
"
"
\n
"
"Use '66 <command> -h' to see command options
\n
"
...
...
@@ -77,7 +77,7 @@ char const *help_boot =
" -l log_user: run catch-all logger as log_user user
\n
"
" -e environment: environment directory or file to use
\n
"
" -d dev: mount dev directory
\n
"
" -b banner: print banner at
start
of the init process
\n
"
" -b banner: print banner at
begins
of the init process
\n
"
;
char
const
*
usage_enable
=
"66 enable [ -h ] [ -S ] service..."
;
...
...
@@ -87,7 +87,7 @@ char const *help_enable =
"
\n
"
"options:
\n
"
" -h: print this help
\n
"
" -S:
enable and
start the service immediately
\n
"
" -S:
also
start the service immediately
\n
"
;
char
const
*
usage_disable
=
"66 disable [ -h ] [ -S ] service..."
;
...
...
@@ -97,7 +97,7 @@ char const *help_disable =
"
\n
"
"options:
\n
"
" -h: print this help
\n
"
" -S:
disable and
stop the service immediately
\n
"
" -S:
also
stop the service immediately
\n
"
;
char
const
*
usage_start
=
"66 start [ -h ] [ -P ] service..."
;
...
...
@@ -196,36 +196,36 @@ char const *help_status =
" -h: print this help
\n
"
" -n: do not display the field name
\n
"
" -o options: comma separated list of options
\n
"
" -g: displays
the contents field
as graph
\n
"
" -d depth:
l
imit the depth of
the contents field
recursion by depth
\n
"
" -r: reverse the
co
nte
nts field
\n
"
" -g: displays
interdependences
as graph
\n
"
" -d depth:
L
imit the depth of
interdependence graph
recursion by depth
\n
"
" -r: reverse the
i
nte
rdependence graph
\n
"
" -p nline: print nline last lines of the log file
\n
"
"
\n
"
"valid fields for -o options are:
\n
"
"
\n
"
" name:
displays the name
\n
"
" version:
displays the version of the service
\n
"
" intree:
displays the
service's
tree name
\n
"
" status:
displays the status
\n
"
" type:
displays the service type
\n
"
" description:
displays the description
\n
"
" partof:
displays the module name for services part of that module
\n
"
" notify:
displays the number of the fd for readiness notification
\n
"
" maxdeath:
displays the number of maximum death
\n
"
" earlier:
tell if service is an earlier one
\n
"
" source:
d
isplays t
he source of the service'
s frontend file
\n
"
" live:
displays t
he service'
s live directory
\n
"
" depends:
displays t
he service'
s dependencies
\n
"
" requiredby:
d
isplays the service(s)
which
depend
s
on service
\n
"
" contents:
displays services within module
\n
"
" optsdepends:
displays t
he service'
s optional dependencies
\n
"
" start:
displays t
he service'
s start script
\n
"
" stop:
displays t
he service'
s stop script
\n
"
" envat:
displays
the source of the
environment
file
\n
"
" envfile:
displays the contents of
the
environment file
\n
"
" logname:
displays the
logger's name
\n
"
" logdst:
displays the
logger's
destination
\n
"
" logfile:
displays the contents of the log file
\n
"
" name:displays the name
\n
"
" version:displays the version of the service
\n
"
" intree:displays the
associated
tree name
\n
"
" status:displays the status
\n
"
" type:displays the service type
\n
"
" description:displays the description
\n
"
" partof:displays the module name for services part of that module
\n
"
" notify:displays the number of the fd for readiness notification
\n
"
" maxdeath:displays the number of maximum death
\n
"
" earlier:tell if service is an earlier one
\n
"
" source:
D
isplays
i
ts frontend file
location
\n
"
" live:displays
i
ts live directory
\n
"
" depends:displays
i
ts dependencies
\n
"
" requiredby:
D
isplays the service(s) depend
ing
on service
\n
"
" contents:displays services within module
\n
"
" optsdepends:displays
i
ts optional dependencies
\n
"
" start:displays
i
ts start script
\n
"
" stop:displays
i
ts stop script
\n
"
" envat:displays
its
environment
location
\n
"
" envfile:displays the contents of
its
environment file
\n
"
" logname:displays the
name of the logger
\n
"
" logdst:displays the destination
of the logger
\n
"
" logfile:displays the contents of the log file
\n
"
;
char
const
*
usage_resolve
=
"66 resolve [ -h ] service"
;
...
...
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