mirror of
https://github.com/google/nomulus.git
synced 2025-04-29 19:47:51 +02:00
Fix parameter description for type in GenerateAllocationTokensCommand (#1998)
This commit is contained in:
parent
d8e9477aef
commit
1222f39aa4
1 changed files with 3 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue