mirror of
https://github.com/google/nomulus.git
synced 2025-08-06 01:35:17 +02:00
Add a missing space (#197)
This commit is contained in:
parent
0ab0a8c2e6
commit
464f6ba90a
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ final class CreateAnchorTenantCommand extends MutatingEppToolCommand {
|
|||
|
||||
@Parameter(
|
||||
names = {"--contact"},
|
||||
description = "Contact ID for the request. This will be used for registrant, admin contact,"
|
||||
description = "Contact ID for the request. This will be used for registrant, admin contact, "
|
||||
+ "and tech contact.",
|
||||
required = true)
|
||||
private String contact;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue