Skip to content

Commit 767626a

Browse files
committed
fix description
1 parent 09958d8 commit 767626a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launcher/src/main/java/com/dtstack/flink/sql/launcher/LauncherOptionParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public LauncherOptionParser(String[] args) {
8989
options.addOption(OPTION_SAVE_POINT_PATH, true, "Savepoint restore path");
9090
options.addOption(OPTION_ALLOW_NON_RESTORED_STATE, true, "Flag indicating whether non restored state is allowed if the savepoint");
9191
options.addOption(OPTION_FLINK_JAR_PATH, true, "flink jar path for submit of perjob mode");
92-
options.addOption(OPTION_QUEUE, true, "flink jar path for submit of perjob mode");
92+
options.addOption(OPTION_QUEUE, true, "flink runing yarn queue");
9393

9494
try {
9595
CommandLine cl = parser.parse(options, args);

0 commit comments

Comments
 (0)