Correct --help formatting.

This commit is contained in:
Darren 'Tadgy' Austin 2019-07-21 02:25:08 +01:00
commit ad7533667e

View file

@ -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.