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

typo fix

parent 6f8b187e
No related branches found
No related tags found
No related merge requests found
...@@ -297,21 +297,21 @@ char const *help_signal = ...@@ -297,21 +297,21 @@ char const *help_signal =
char const *usage_tree_wrapper = "66 tree [ -h ] create|admin|remove|enable|disable|current|status|resolve|start|stop|free [<subcommand options>] tree" ; char const *usage_tree_wrapper = "66 tree [ -h ] create|admin|remove|enable|disable|current|status|resolve|start|stop|free [<subcommand options>] tree" ;
char const *help_tree_wrapper = char const *help_tree_wrapper =
"\nmain sub tools to manages trees\n" "\nmain subcommands to manages trees\n"
"\n" "\n"
"options:\n" "options:\n"
" -h: print this help\n" " -h: print this help\n"
"\n" "\n"
"subcommand:\n" "subcommand:\n"
" create: create tree\n" " create: creates a new tree\n"
" admin: manage tree\n" " admin: manages tree\n"
" remove: remove tree\n" " remove: removes tree\n"
" enable: activate tree for the next boot\n" " enable: activates tree for the next boot\n"
" disable: deactivate tree for the next boot\n" " disable: deactivate tree for the next boot\n"
" current: mark tree as current\n" " current: mark tree as current\n"
" status: display information about tree\n" " status: displays information about tree\n"
" resolve: display resolve file of tree\n" " resolve: displays resolve file of tree\n"
" start: bring up all services from tree\n" " start: bring up all enabled services from tree\n"
" stop: bring down all services from tree\n" " stop: bring down all services from tree\n"
" free: bring down and unsupervise all services from tree\n" " free: bring down and unsupervise all services from tree\n"
"\n" "\n"
...@@ -325,7 +325,7 @@ char const *help_tree_create = ...@@ -325,7 +325,7 @@ char const *help_tree_create =
"\n" "\n"
"options:\n" "options:\n"
" -h: print this help\n" " -h: print this help\n"
" -o: colon separated list of options\n" " -o: list of options separated by colons\n"
"\n" "\n"
"valid fields for -o options are:\n" "valid fields for -o options are:\n"
"\n" "\n"
...@@ -345,7 +345,7 @@ char const *help_tree_admin = ...@@ -345,7 +345,7 @@ char const *help_tree_admin =
"\n" "\n"
"options:\n" "options:\n"
" -h: print this help\n" " -h: print this help\n"
" -o: colon separated list of options\n" " -o: list of options separated by colons\n"
"\n" "\n"
"valid fields for -o options are:\n" "valid fields for -o options are:\n"
"\n" "\n"
...@@ -469,7 +469,7 @@ char const *help_tree_unsupervise = ...@@ -469,7 +469,7 @@ char const *help_tree_unsupervise =
char const *usage_scandir_wrapper = "66 scandir [ -h ] [ -o owner ] create|remove|start|stop|reconfigure|rescan|quit|halt|abort|nuke|annihilate|zombies [<command options>]" ; char const *usage_scandir_wrapper = "66 scandir [ -h ] [ -o owner ] create|remove|start|stop|reconfigure|rescan|quit|halt|abort|nuke|annihilate|zombies [<command options>]" ;
char const *help_scandir_wrapper = char const *help_scandir_wrapper =
"\nmain sub tools to manage scandir\n" "\nmain subcommands to manage scandir\n"
"\n" "\n"
"options :\n" "options :\n"
" -h: print this help\n" " -h: print this help\n"
......
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