diff options
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/ICommand.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ICommand.cs b/OpenSim/Region/Framework/Interfaces/ICommand.cs index 1551b58..15e55c4 100644 --- a/OpenSim/Region/Framework/Interfaces/ICommand.cs +++ b/OpenSim/Region/Framework/Interfaces/ICommand.cs | |||
@@ -46,5 +46,6 @@ namespace OpenSim.Region.Framework.Interfaces | |||
46 | 46 | ||
47 | void Run(object[] args); | 47 | void Run(object[] args); |
48 | void ShowConsoleHelp(); | 48 | void ShowConsoleHelp(); |
49 | string ShortHelp(); | ||
49 | } | 50 | } |
50 | } | 51 | } |