summaryrefslogtreecommitdiff
path: root/modules/core/os_set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/os_set.cpp')
-rw-r--r--modules/core/os_set.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/os_set.cpp b/modules/core/os_set.cpp
index 36c46e439..2a50f851c 100644
--- a/modules/core/os_set.cpp
+++ b/modules/core/os_set.cpp
@@ -168,7 +168,7 @@ class CommandOSSet : public Command
return;
}
public:
- CommandOSSet(Module *creator) : Command(creator, "operserv/set", 1, 2, "operserv/set")
+ CommandOSSet(Module *creator) : Command(creator, "operserv/set", 1, 2)
{
this->SetDesc(_("Set various global Services options"));
this->SetSyntax(_("\037option\037 \037setting\037"));