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 d8e9477aef
commit 1222f39aa4

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(