Skip to content

Commit 3304583

Browse files
author
Unknown
committed
Improve --domains documentation
Closes #432
1 parent addee40 commit 3304583

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ COMMANDS:
9393
help, h Shows a list of commands or help for one command
9494
9595
GLOBAL OPTIONS:
96-
--domains value, -d value Add domains to the process
96+
--domains value, -d value Add a domain to the process. Can be specified multiple times.
9797
--csr value, -c value Certificate signing request filename, if an external CSR is to be used
9898
--server value, -s value CA hostname (and optionally :port). The server certificate must be trusted in order to avoid further modifications to the client. (default: "https://acme-v01.api.letsencrypt.org/directory")
9999
--email value, -m value Email used for registration and recovery contact.

cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func main() {
109109
app.Flags = []cli.Flag{
110110
cli.StringSliceFlag{
111111
Name: "domains, d",
112-
Usage: "Add domains to the process",
112+
Usage: "Add a domain to the process. Can be specified multiple times.",
113113
},
114114
cli.StringFlag{
115115
Name: "csr, c",

0 commit comments

Comments
 (0)