aboutsummaryrefslogtreecommitdiffstats
path: root/lacme.md
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-06-30 17:37:41 +0200
committerGuilhem Moulin <guilhem@fripost.org>2016-06-30 17:37:44 +0200
commitc0fcf9b9bf0a5162cf75f2c5e588a70004321c8d (patch)
tree27301a3418348fc471d9fd5db57300eaf5ebbf32 /lacme.md
parentfdfc319e8055f77938c87d096aaab913186b3582 (diff)
Minor manpage fixes.
Diffstat (limited to 'lacme.md')
-rw-r--r--lacme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/lacme.md b/lacme.md
index b7a7f49..ebf54d2 100644
--- a/lacme.md
+++ b/lacme.md
@@ -117,7 +117,7 @@ Generic options
*socket* option of the [`[client]` section](#client-section) of the
configuration file.
-`-?`, `--help`
+`-h`, `--help`
: Display a brief help and exit.
@@ -282,7 +282,7 @@ Valid options are:
following command can be used to generate a new 4096-bits RSA key in
PEM format with mode 0600:
- openssl genrsa 4096 | install -m0600 /dev/stdin /path/to/priv.key
+ openssl genrsa 4096 | install -m0600 /dev/stdin /path/to/srv.key
*min-days*