Correct --help formatting.
This commit is contained in:
parent
30771b4471
commit
ad7533667e
1 changed files with 7 additions and 7 deletions
14
parse_ini
14
parse_ini
|
|
@ -181,13 +181,13 @@ parser_help() {
|
||||||
Show version and copyright information.
|
Show version and copyright information.
|
||||||
|
|
||||||
Lesser used options:
|
Lesser used options:
|
||||||
--duplicates-merge
|
--duplicates-merge
|
||||||
If a duplicate key for a specific section is found, the normal behaviour
|
If a duplicate key for a specific section is found, the normal behaviour
|
||||||
is to have the latter instance of the key overwrite the value of the
|
is to have the latter instance of the key overwrite the value of the
|
||||||
earlier. With this option, the keys are merged, and a new, concatinated,
|
earlier. With this option, the keys are merged, and a new, concatinated,
|
||||||
value will result. The concatinated values are not separated by any
|
value will result. The concatinated values are not separated by any
|
||||||
characters. Booleans are the exception to this behaviour, as the
|
characters. Booleans are the exception to this behaviour, as the
|
||||||
latter bool will always override an earlier setting.
|
latter bool will always override an earlier setting.
|
||||||
--global-name <name>
|
--global-name <name>
|
||||||
The name of the 'global' section used when defining the arrays. Only
|
The name of the 'global' section used when defining the arrays. Only
|
||||||
alphanumerics and _ may be used with this option, which cannot be empty.
|
alphanumerics and _ may be used with this option, which cannot be empty.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue