minor: Remove unnecessary commented out code from last commit c28a2f05
and fix up code comment
parent
ce5c2ee506
commit
f0a936832b
|
@ -197,14 +197,11 @@ namespace OpenSim.Framework.Console
|
||||||
|
|
||||||
string descriptiveHelp = commandInfo.descriptive_help;
|
string descriptiveHelp = commandInfo.descriptive_help;
|
||||||
|
|
||||||
// If we do have some descriptive help then insert a spacing line before and after for readability.
|
// If we do have some descriptive help then insert a spacing line before for readability.
|
||||||
if (descriptiveHelp != string.Empty)
|
if (descriptiveHelp != string.Empty)
|
||||||
help.Add(string.Empty);
|
help.Add(string.Empty);
|
||||||
|
|
||||||
help.Add(commandInfo.descriptive_help);
|
help.Add(commandInfo.descriptive_help);
|
||||||
|
|
||||||
// if (descriptiveHelp != string.Empty)
|
|
||||||
// help.Add(string.Empty);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue