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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;