diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/Console/CommandConsole.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Framework/Console/CommandConsole.cs b/OpenSim/Framework/Console/CommandConsole.cs index f9c9307..b9f402a 100644 --- a/OpenSim/Framework/Console/CommandConsole.cs +++ b/OpenSim/Framework/Console/CommandConsole.cs | |||
@@ -197,14 +197,11 @@ namespace OpenSim.Framework.Console | |||
197 | 197 | ||
198 | string descriptiveHelp = commandInfo.descriptive_help; | 198 | string descriptiveHelp = commandInfo.descriptive_help; |
199 | 199 | ||
200 | // If we do have some descriptive help then insert a spacing line before and after for readability. | 200 | // If we do have some descriptive help then insert a spacing line before for readability. |
201 | if (descriptiveHelp != string.Empty) | 201 | if (descriptiveHelp != string.Empty) |
202 | help.Add(string.Empty); | 202 | help.Add(string.Empty); |
203 | 203 | ||
204 | help.Add(commandInfo.descriptive_help); | 204 | help.Add(commandInfo.descriptive_help); |
205 | |||
206 | // if (descriptiveHelp != string.Empty) | ||
207 | // help.Add(string.Empty); | ||
208 | } | 205 | } |
209 | else | 206 | else |
210 | { | 207 | { |