Update --help. Clarify semantics in the README.

This commit is contained in:
Darren 'Tadgy' Austin 2019-07-21 03:28:08 +01:00
commit fe9652d8a5
2 changed files with 31 additions and 26 deletions

View file

@ -75,9 +75,11 @@ General File Format
bash arrays.
* Whitespace is ignored before and after the section name.
* Section names should not be quoted in any way.
* Sections can be duplicated in different parts of the INI file - their keys
and values will be merged as long as the keys are unique. If the keys are
not unique they may overwrite or append values (depending upon CLI options).
* Unless an option is used sections cannot be duplicated in different parts of
the INI file - the properties are ignored. With the option
`--repeat-sections` the keys and values will be merged as long as the keys are
unique. If the keys are not unique, they may overwrite or append values
(depending upon CLI options).
Keys
----