Fixed: Search function checked only own not for config false statement, should have checked all ancestors.
This commit is contained in:
parent
451adfaf1f
commit
760cdda49a
7 changed files with 142 additions and 100 deletions
|
|
@ -72,7 +72,7 @@ usage(char *argv0)
|
|||
"\t-p <xpath> \tPATH string\n"
|
||||
"\t-y <filename> \tYang filename or dir (load all files)\n"
|
||||
"\t-Y <dir> \tYang dirs (can be several)\n"
|
||||
"\t-n <n> \tRepeat the call n times(for profiling)\n"
|
||||
"\t-n <n> \tRepeat the call n times(for profiling)\n"
|
||||
"and the following extra rules:\n"
|
||||
"\tif -f is not given, XML input is expected on stdin\n"
|
||||
"\tif -p is not given, <path> is expected as the first line on stdin\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue