Skip to content
Snippets Groups Projects
Commit e7319ff0 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Optimize the help display for MSGS command (fits on one line)

parent a5908afc
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment