forked from ungleich-public/cdist
Fix typo in conf_dir description: comma separated -> os.pathsep separated.
This commit is contained in:
parent
21328337ae
commit
0c4826ee97
3 changed files with 9 additions and 3 deletions
|
|
@ -46,7 +46,9 @@ The possible keywords and their meanings are as follows:
|
|||
Specify cache path pattern.
|
||||
|
||||
:strong:`conf_dir`
|
||||
Comma separated list of configuration directories.
|
||||
List of configuration directories separated with the character conventionally
|
||||
used by the operating system to separate search path components (as in PATH),
|
||||
such as ':' for POSIX or ';' for Windows.
|
||||
If also specified at command line then values from command line are
|
||||
appended to this value.
|
||||
|
||||
|
|
|
|||
|
|
@ -519,7 +519,9 @@ The possible keywords and their meanings are as follows:
|
|||
Specify cache path pattern.
|
||||
|
||||
:strong:`conf_dir`
|
||||
Comma separated list of configuration directories.
|
||||
List of configuration directories separated with the character conventionally
|
||||
used by the operating system to separate search path components (as in PATH),
|
||||
such as ':' for POSIX or ';' for Windows.
|
||||
If also specified at command line then values from command line are
|
||||
appended to this value.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue