aboutsummaryrefslogtreecommitdiffstats
path: root/lacme-accountd.1.md
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2021-02-19 18:52:33 +0100
committerGuilhem Moulin <guilhem@fripost.org>2021-02-20 20:16:34 +0100
commit3e49ef22ba3fbbe4e73bc4ad151770603ffa5ef1 (patch)
treef6717683f11f606405d40dd9055cdc5f9b9b4b8d /lacme-accountd.1.md
parent95534d55bd27ec9311a484ddc4e4a550191aa496 (diff)
lacme-accountd: Don't error out when the default configuration file is missing.
Instead, treat it as an empty file. This makes it possible to use lacme-accountd(1) without configuration file under ~/.config/lacme.
Diffstat (limited to 'lacme-accountd.1.md')
-rw-r--r--lacme-accountd.1.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/lacme-accountd.1.md b/lacme-accountd.1.md
index e628476..5303418 100644
--- a/lacme-accountd.1.md
+++ b/lacme-accountd.1.md
@@ -41,9 +41,12 @@ Options
`--config=`*filename*
-: Use *filename* as configuration file. See the **[configuration
- file](#configuration-file)** section below for the configuration
- options.
+: Use *filename* as configuration file. `lacme-accountd` fails when
+ `--config=` is used with a non-existent file, but a non-existent
+ default location is treated as if it were an empty file.
+
+ See the **[configuration file](#configuration-file)** section below
+ for the configuration options.
`--privkey=`*value*