mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
review: apply changes related to --domains flag
This commit is contained in:
parent
67811eaa2a
commit
1ccd84f58f
1 changed files with 1 additions and 1 deletions
|
|
@ -628,7 +628,7 @@ func createDomainFlag() cli.Flag {
|
|||
return &cli.StringSliceFlag{
|
||||
Name: flgDomains,
|
||||
Aliases: []string{"d"},
|
||||
Usage: "Add a domain to the process. Can be specified multiple times or use comma as a separator.",
|
||||
Usage: "Add a domain. For multiple domains either repeat the option or provide a comma-separated list.",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue