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

clean the mess and make it working again

parent 09f5454f
No related branches found
No related tags found
No related merge requests found
......@@ -234,9 +234,9 @@ extern char const *help_scandir ;
#define OPTS_TREECTL_LEN (sizeof OPTS_TREECTL - 1)
#define OPTS_TREE "hco:EDRnadC:S:"
#define OPTS_TREE_LEN (sizeof OPTS_TREE - 1)
#define OPTS_INTREE "no:grd:l:"
#define OPTS_INTREE "no:grd:"
#define OPTS_INTREE_LEN (sizeof OPTS_INTREE - 1)
#define OPTS_INSERVICE "no:grd:t:p:"
#define OPTS_INSERVICE "no:grd:p:"
#define OPTS_INSERVICE_LEN (sizeof OPTS_INSERVICE - 1)
#define OPTS_BOOT "hms:e:d:b:l:"
#define OPTS_BOOT_LEN (sizeof OPTS_BOOT - 1)
......
......@@ -358,8 +358,9 @@ char const *help_tree_status =
" depends: displays the list of tree(s) started before\n"
" requiredby: displays the list of tree(s) started after\n"
" allowed: displays a list of allowed user to use the tree\n"
" symlinks: displays the target of tree's symlinks\n"
" contents: displays the contents of the tree\n"
"\n"
"If not trees are provided, it display all trees from the system\n"
;
char const *usage_tree_up = "66 tree up [ -h ] [ -f ] tree" ;
......
This diff is collapsed.
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