File tree 3 files changed +12
-11
lines changed
3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 29
29
cmd_searchpath_help (void )
30
30
{
31
31
printf ("Usage: searchpath [--clear] [<modules-dir-path> ...]\n"
32
- " Set paths of directories where to search for imports and\n"
33
- " includes of the schema modules. The current working directory \n"
34
- " and the path of the module being added is used implicitly.\n"
35
- " The 'load' command uses these paths to search even for the\n"
36
- " schema modules to be loaded.\n" );
32
+ " Set paths of directories where to search for imports and includes \n"
33
+ " of the schema modules. Subdirectories are also searched. The current \n"
34
+ " working directory and the path of the module being added is used implicitly.\n"
35
+ " The 'load' command uses these paths to search even for the schema modules \n"
36
+ " to be loaded.\n" );
37
37
}
38
38
39
39
void
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ combination with the command name you are interested in:
33
33
```
34
34
> help searchpath
35
35
Usage: searchpath [--clear] [<modules-dir-path> ...]
36
- Set paths of directories where to search for imports and
37
- includes of the schema modules. The current working directory
38
- and the path of the module being added is used implicitly.
39
- The 'load' command uses these paths to search even for the
40
- schema modules to be loaded.
36
+ Set paths of directories where to search for imports and includes
37
+ of the schema modules. Subdirectories are also searched. The current
38
+ working directory and the path of the module being added is used implicitly.
39
+ The 'load' command uses these paths to search even for the schema modules
40
+ to be loaded.
41
41
```
42
42
43
43
The input files referred in this document are available together with this
Original file line number Diff line number Diff line change @@ -172,7 +172,8 @@ help(int shortout)
172
172
printf (" -p PATH, --path=PATH\n"
173
173
" Search path for schema (YANG/YIN) modules. The option can be\n"
174
174
" used multiple times. The current working directory and the\n"
175
- " path of the module being added is used implicitly.\n\n" );
175
+ " path of the module being added is used implicitly. Subdirectories\n"
176
+ " are also searched\n\n" );
176
177
177
178
printf (" -D, --disable-searchdir\n"
178
179
" Do not implicitly search in current working directory for\n"
You can’t perform that action at this time.
0 commit comments