printer tree FEATURE printing subtree or node
Function tree_print_compiled_node is now implemented.
diff --git a/tools/lint/cmd_print.c b/tools/lint/cmd_print.c
index 0273b2c..4eb56b7 100644
--- a/tools/lint/cmd_print.c
+++ b/tools/lint/cmd_print.c
@@ -31,7 +31,7 @@
void
cmd_print_help(void)
{
- printf("Usage: print [-f (yang | yin | tree | info [-q -P PATH])] [-o OUTFILE]\n"
+ printf("Usage: print [-f (yang | yin | tree [-q -P PATH] | info [-q -P PATH])] [-o OUTFILE]\n"
" [<module-name1>[@revision]] ...\n"
" Print a schema module. The <module-name> is not required\n"
" only in case the -P option is specified.\n\n"