doc: always display CLI help. (#1184)

This commit is contained in:
Ludovic Fernandez 2020-06-10 23:11:35 +02:00 committed by GitHub
parent 25c653a14c
commit fb72e1a292
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,6 @@ Lego can be use as a CLI.
## Usage
{{%expand "CLI help" %}}
```slim
NAME:
lego - Let's Encrypt client written in Go
@ -55,8 +54,6 @@ GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
```
{{% /expand%}}
When using the standard `--path` option, all certificates and account configurations are saved to a folder `.lego` in the current working directory.