From 3d95c70003d0958d4e083b244c7f575568f96db9 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sun, 21 Jul 2019 14:30:56 +0100 Subject: [PATCH] Typo in --help. --- parse_ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse_ini b/parse_ini index 6b690ac..cfcfd0a 100755 --- a/parse_ini +++ b/parse_ini @@ -210,7 +210,7 @@ parser_help() { --repeat-sections Usually, if a section is repeated in the INI file, its properties are ignored. Using this option allows sections to be repeated in the file, - but this does not affect the processing of the keys/values. Ssee the + but this does not affect the processing of the keys/values. See the '--duplicates-merge' option also. --textual-booleans When declaring the arrays, boolean keys are given a value of "0" or "1"