diff --git a/exec/str_cmds.js b/exec/str_cmds.js
index 09dd47726008e38458a0899a8236c89e428b1593..94e8ef83cc130f490d4d7774cb96b9f9335c5e6c 100644
--- a/exec/str_cmds.js
+++ b/exec/str_cmds.js
@@ -843,8 +843,7 @@ function str_cmds(str)
 		}
 	}
 	if(str=="HELP") {
-		writeln("MSGS");
-		writeln("\tRedisplay instant messages (notifications and telegrams).");
+		writeln("MSGS\tRedisplay instant messages (notifications and telegrams).");
 	}
 	if(word == "MSGS") {
 		var num = -1;