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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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(