mirror of
https://github.com/google/nomulus.git
synced 2025-06-26 14:24:55 +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(
|
@Parameter(
|
||||||
names = {"--contact"},
|
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.",
|
+ "and tech contact.",
|
||||||
required = true)
|
required = true)
|
||||||
private String contact;
|
private String contact;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue