mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 03:30:46 +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(
|
@Parameter(
|
||||||
names = {"-t", "--type"},
|
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;
|
private TokenType tokenType;
|
||||||
|
|
||||||
@Parameter(
|
@Parameter(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue