From 23fb69a682541d55d2f251ea85b4fa4cc9eecb86 Mon Sep 17 00:00:00 2001 From: sarahcaseybot Date: Wed, 19 Apr 2023 17:32:09 -0400 Subject: [PATCH] Fix parameter description for type in GenerateAllocationTokensCommand (#1998) --- .../registry/tools/GenerateAllocationTokensCommand.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/src/main/java/google/registry/tools/GenerateAllocationTokensCommand.java b/core/src/main/java/google/registry/tools/GenerateAllocationTokensCommand.java index c45302d59..d3362a02b 100644 --- a/core/src/main/java/google/registry/tools/GenerateAllocationTokensCommand.java +++ b/core/src/main/java/google/registry/tools/GenerateAllocationTokensCommand.java @@ -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(