From ad7533667e5956002c33f4618fb59a697082ca87 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sun, 21 Jul 2019 02:25:08 +0100 Subject: [PATCH] Correct --help formatting. --- parse_ini | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/parse_ini b/parse_ini index 0a779e1..f16efca 100755 --- a/parse_ini +++ b/parse_ini @@ -181,13 +181,13 @@ parser_help() { Show version and copyright information. Lesser used options: - --duplicates-merge - 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 - earlier. With this option, the keys are merged, and a new, concatinated, - value will result. The concatinated values are not separated by any - characters. Booleans are the exception to this behaviour, as the - latter bool will always override an earlier setting. + --duplicates-merge + 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 + earlier. With this option, the keys are merged, and a new, concatinated, + value will result. The concatinated values are not separated by any + characters. Booleans are the exception to this behaviour, as the + latter bool will always override an earlier setting. --global-name The name of the 'global' section used when defining the arrays. Only alphanumerics and _ may be used with this option, which cannot be empty.