1
0
mirror of https://github.com/google/nomulus synced 2026-01-06 05:27:13 +00:00

Fix parameter description for type in GenerateAllocationTokensCommand (#1998)

This commit is contained in:
sarahcaseybot
2023-04-19 17:32:09 -04:00
committed by GitHub
parent 597f63a603
commit 23fb69a682

View File

@@ -102,7 +102,9 @@ class GenerateAllocationTokensCommand implements Command {
@Parameter(
names = {"-t", "--type"},
description = "Type of type token, either SINGLE_USE (default) or UNLIMITED_USE")
description =
"Type of type token, either DEFAULT_PROMO, PACKAGE, SINGLE_USE (default) or"
+ " UNLIMITED_USE")
private TokenType tokenType;
@Parameter(