mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 01:47:53 +08:00
Clarify that create-domains does not purchase them (#1086)
* Make GCLOUD and GANDI_V5 modules consistant Fixes https://github.com/StackExchange/dnscontrol/issues/1060 Fixes https://github.com/StackExchange/dnscontrol/issues/1059 * Fix help text
This commit is contained in:
parent
1b83561b7f
commit
fb0bcaac64
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ var _ = cmd(catUtils, func() *cli.Command {
|
|||
var args CreateDomainsArgs
|
||||
return &cli.Command{
|
||||
Name: "create-domains",
|
||||
Usage: "ensures that all domains in your configuration are present in all providers.",
|
||||
Usage: "Ensures that all domains in your configuration are activated at their Domain Service Provider (This does not purchase the domain or otherwise interact with Registrars.)",
|
||||
Action: func(ctx *cli.Context) error {
|
||||
return exit(CreateDomains(args))
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue