mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Clarify that the supplied RDAP Base URLs might get overridden
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=252661230
This commit is contained in:
parent
b8ffa732b2
commit
00c7c0f1af
1 changed files with 4 additions and 1 deletions
|
@ -256,7 +256,10 @@ abstract class CreateOrUpdateRegistrarCommand extends MutatingCommand {
|
|||
|
||||
@Parameter(
|
||||
names = "--rdap_servers",
|
||||
description = "Comma-delimited list of RDAP servers. An empty argument clears the list")
|
||||
description =
|
||||
"Comma-delimited list of RDAP servers. An empty argument clears the list."
|
||||
+ " Note that for real registrars this could get overridden periodically by"
|
||||
+ " ICANN-registered values.")
|
||||
List<String> rdapServers = new ArrayList<>();
|
||||
|
||||
/** Returns the existing registrar (for update) or null (for creates). */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue