mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Merge branch 'master' into careminster
This commit is contained in:
2
OpenSim/Framework/Console/ConsoleBase.cs
Normal file → Executable file
2
OpenSim/Framework/Console/ConsoleBase.cs
Normal file → Executable file
@@ -73,7 +73,7 @@ namespace OpenSim.Framework.Console
|
||||
|
||||
public virtual void Output(string text)
|
||||
{
|
||||
System.Console.Write(text);
|
||||
System.Console.WriteLine(text);
|
||||
}
|
||||
|
||||
public string CmdPrompt(string p)
|
||||
|
||||
2
OpenSim/Framework/Console/ConsolePluginCommand.cs
Normal file → Executable file
2
OpenSim/Framework/Console/ConsolePluginCommand.cs
Normal file → Executable file
@@ -124,7 +124,7 @@ namespace OpenSim.Framework.Console
|
||||
/// </summary>
|
||||
public void ShowHelp(ConsoleBase console)
|
||||
{
|
||||
console.Output(String.Join(" ", m_cmdText) + " - " + m_helpText);
|
||||
console.Output(String.Join(" ", m_cmdText) + " - " + m_helpText + "\n");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user