Add a missing space (#197)

This commit is contained in:
Lai Jiang 2019-07-24 10:50:27 -04:00 committed by GitHub
parent 161dfa6a0c
commit e3ce5ec0cf

View file

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