Skip to content

Commit 08e70ee

Browse files
vesenseshroman
authored andcommitted
[ROCKETMQ-154] Added a newline after help info. closes apache#83
Signed-off-by: shtykh_roman <rshtykh@yahoo.com>
1 parent d933eeb commit 08e70ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/src/main/java/org/apache/rocketmq/tools/command/MQAdminStartup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ private static void printHelp() {
208208
System.out.printf(" %-20s %s%n", cmd.commandName(), cmd.commandDesc());
209209
}
210210

211-
System.out.printf("%nSee 'mqadmin help <command>' for more information on a specific command.");
211+
System.out.printf("%nSee 'mqadmin help <command>' for more information on a specific command.%n");
212212
}
213213

214214
private static SubCommand findSubCommand(final String name) {

0 commit comments

Comments
 (0)