We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d933eeb commit 08e70eeCopy full SHA for 08e70ee
tools/src/main/java/org/apache/rocketmq/tools/command/MQAdminStartup.java
@@ -208,7 +208,7 @@ private static void printHelp() {
208
System.out.printf(" %-20s %s%n", cmd.commandName(), cmd.commandDesc());
209
}
210
211
- System.out.printf("%nSee 'mqadmin help <command>' for more information on a specific command.");
+ System.out.printf("%nSee 'mqadmin help <command>' for more information on a specific command.%n");
212
213
214
private static SubCommand findSubCommand(final String name) {
0 commit comments