diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-03-11 20:57:24 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-03-11 20:57:24 +0100 |
commit | f7becde978ab43cc5859a89d82aeb69521967a2d (patch) | |
tree | 638676720d012f2f821090474049008e6e43496d /interimap.md | |
parent | ebd2e482e8b20816caada39022be92319f4aeef9 (diff) |
wibble
Diffstat (limited to 'interimap.md')
-rw-r--r-- | interimap.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/interimap.md b/interimap.md index 425d7c7..2d783a8 100644 --- a/interimap.md +++ b/interimap.md @@ -179,10 +179,10 @@ Options Configuration file ================== -Unless told otherwise by the `--config=FILE` option, `interimap` reads -its configuration from *$XDG_CONFIG_HOME/interimap* (or -*~/.config/interimap* if the `XDG_CONFIG_HOME` environment variable is -unset) as an [INI file]. +Unless told otherwise by the `--config=FILE` command-line option, +`interimap` reads its configuration from *$XDG_CONFIG_HOME/interimap* +(or *~/.config/interimap* if the `XDG_CONFIG_HOME` environment variable +is unset) as an [INI file]. The syntax of the configuration file is a series of `OPTION=VALUE` lines organized under some `[SECTION]`; lines starting with a ‘#’ or ‘;’ character are ignored as comments. |