Skip to content
Snippets Groups Projects
Commit 90b97401 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

typo fix

parent dacd3385
No related branches found
No related tags found
No related merge requests found
......@@ -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: limit the depth of the contents field recursion by depth\n"
" -r: reverse the contents field\n"
" -g: displays interdependences as graph\n"
" -d depth: Limit the depth of interdependence graph recursion by depth\n"
" -r: reverse the interdependence 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: displays the source of the service's frontend file\n"
" live: displays the service's live directory\n"
" depends: displays the service's dependencies\n"
" requiredby: displays the service(s) which depends on service\n"
" contents: displays services within module\n"
" optsdepends: displays the service's optional dependencies\n"
" start: displays the service's start script\n"
" stop: displays the 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:Displays its frontend file location\n"
" live:displays its live directory\n"
" depends:displays its dependencies\n"
" requiredby:Displays the service(s) depending on service\n"
" contents:displays services within module\n"
" optsdepends:displays its optional dependencies\n"
" start:displays its start script\n"
" stop:displays its 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" ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment