diff options
Diffstat (limited to '')
-rwxr-xr-x | OpenSim/Framework/IConsole.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IConsole.cs b/OpenSim/Framework/IConsole.cs index 963e07f..22f62df 100755 --- a/OpenSim/Framework/IConsole.cs +++ b/OpenSim/Framework/IConsole.cs | |||
@@ -38,7 +38,7 @@ namespace OpenSim.Framework | |||
38 | 38 | ||
39 | string Prompt(string p, string def = null, List<char> excludedCharacters = null, bool echo = true); | 39 | string Prompt(string p, string def = null, List<char> excludedCharacters = null, bool echo = true); |
40 | 40 | ||
41 | // Displays a command prompt and returns a default value, user may only enter 1 of 2 options | 41 | // Displays a prompt and returns a default value, user may only enter 1 of 2 options |
42 | string Prompt(string prompt, string defaultresponse, List<string> options); | 42 | string Prompt(string prompt, string defaultresponse, List<string> options); |
43 | } | 43 | } |
44 | } \ No newline at end of file | 44 | } \ No newline at end of file |