From c0fcf9b9bf0a5162cf75f2c5e588a70004321c8d Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 30 Jun 2016 17:37:41 +0200 Subject: Minor manpage fixes. --- lacme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lacme.md') 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* -- cgit v1.2.3