mirror of
https://github.com/google/nomulus.git
synced 2025-06-25 22:04:56 +02:00
Add a missing space (#197)
This commit is contained in:
parent
161dfa6a0c
commit
e3ce5ec0cf
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