1
0
mirror of https://github.com/google/nomulus synced 2026-03-27 04:45:14 +00:00

Fix typo in a command (#2973)

This commit is contained in:
gbrodman
2026-03-02 13:15:44 -05:00
committed by GitHub
parent 186dd80567
commit 25fcef8a5b

View File

@@ -65,7 +65,7 @@ public class BulkDomainTransferCommand extends ConfirmingCommand implements Comm
@Parameter(
names = {"-d", "--domain_names_file"},
description = "A file with a list of newline-delimited domain names to create tokens for")
description = "A file with a list of newline-delimited domain names to transfer")
private String domainNamesFile;
@Parameter(
@@ -82,7 +82,7 @@ public class BulkDomainTransferCommand extends ConfirmingCommand implements Comm
@Parameter(
names = {"--reason"},
description = "Reason to transfer the domains",
description = "Reason to transfer the domains, possibly a bug number",
required = true)
private String reason;