summaryrefslogtreecommitdiff
path: root/modules/core/os_config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/os_config.cpp')
-rw-r--r--modules/core/os_config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/os_config.cpp b/modules/core/os_config.cpp
index ea7842b5d..1d1fead33 100644
--- a/modules/core/os_config.cpp
+++ b/modules/core/os_config.cpp
@@ -32,7 +32,7 @@ class CommandOSConfig : public Command
}
public:
- CommandOSConfig(Module *creator) : Command(creator, "operserv/config", 1, 4, "operserv/config")
+ CommandOSConfig(Module *creator) : Command(creator, "operserv/config", 1, 4)
{
this->SetDesc(_("View and change configuration file settings"));
this->SetSyntax(_("{\037MODIFY\037|\037VIEW\037} [\037block name\037 \037item name\037 \037item value\037]"));