Add a newline before the constant help text

avinationmerge
Melanie 2012-11-23 02:06:05 +00:00
parent 2e7b72d3da
commit c96729b55d
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ namespace OpenSim.Framework.Console
// General help
if (helpParts.Count == 0)
{
help.Add(""); // Will become a newline.
help.Add(GeneralHelpText);
help.AddRange(CollectAllCommandsHelp());
}