1
0
mirror of https://github.com/google/nomulus synced 2026-01-05 04:56:03 +00:00

Add a missing space (#197)

This commit is contained in:
Lai Jiang
2019-07-24 10:50:27 -04:00
committed by GitHub
parent 0ab0a8c2e6
commit 464f6ba90a

View File

@@ -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;