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

typo fix

parent d2088e7b
No related branches found
No related tags found
No related merge requests found
Pipeline #11987 passed
...@@ -294,7 +294,7 @@ char const *help_signal = ...@@ -294,7 +294,7 @@ char const *help_signal =
" -r : restart service by sending it a signal(default SIGTERM)\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|start|stop|free [<command 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 sub tools to manages trees\n"
...@@ -302,7 +302,7 @@ char const *help_tree_wrapper = ...@@ -302,7 +302,7 @@ char const *help_tree_wrapper =
"options:\n" "options:\n"
" -h: print this help\n" " -h: print this help\n"
"\n" "\n"
"command:\n" "subcommand:\n"
" create: create tree\n" " create: create tree\n"
" admin: manage tree\n" " admin: manage tree\n"
" remove: remove tree\n" " remove: remove tree\n"
...@@ -475,7 +475,7 @@ char const *help_scandir_wrapper = ...@@ -475,7 +475,7 @@ char const *help_scandir_wrapper =
" -h: print this help\n" " -h: print this help\n"
" -o: handles scandir of owner\n" " -o: handles scandir of owner\n"
"\n" "\n"
"command:\n" "subcommand:\n"
" create: create a scandir\n" " create: create a scandir\n"
" remove: remove a scandir\n" " remove: remove a scandir\n"
" start: start a scandir\n" " start: start a scandir\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