Skip to content

Commit f493c7c

Browse files
cafferataTomOnTime
andcommitted
DOCS: Text suggestions from @TomOnTime
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
1 parent 8d660f6 commit f493c7c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/commands/init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ OPTIONS:
2727
1. Pick a DNS provider. This is the service that hosts the actual records
2828
(A, MX, TXT, CNAME, and so on). Pick `NONE` to defer the choice.
2929
2. If the chosen DNS provider also works as a registrar, `init` offers to
30-
reuse the same account for NS delegation.
30+
reuse the same account for nameserver (NS) delegation.
3131
3. Otherwise pick a registrar. The registrar is where the domain itself
3232
is registered. Pick `NONE` to manage the registrar outside DNSControl.
3333
4. For each provider `init` prints the API settings URL so you can open

pkg/providers/providers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ func init() {
206206
RegisterCredsMetadata("NONE", CredsMetadata{
207207
DisplayName: "No registrar",
208208
Kind: KindRegistrar,
209-
Notes: "Use NONE when you do not want DNSControl to manage nameserver delegation.",
209+
Notes: "Use NONE when you do not want DNSControl to manage nameserver delegation (that is, the nameservers for this domain will be managed manually).",
210210
})
211211
}
212212

0 commit comments

Comments
 (0)