diff options
Diffstat (limited to 'modules/core/os_reload.cpp')
-rw-r--r-- | modules/core/os_reload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/os_reload.cpp b/modules/core/os_reload.cpp index 4d34a8ab1..d4d8eac7c 100644 --- a/modules/core/os_reload.cpp +++ b/modules/core/os_reload.cpp @@ -16,7 +16,7 @@ class CommandOSReload : public Command { public: - CommandOSReload(Module *creator) : Command(creator, "operserv/reload", 0, 0, "operserv/reload") + CommandOSReload(Module *creator) : Command(creator, "operserv/reload", 0, 0) { this->SetDesc(_("Reload services' configuration file")); this->SetSyntax(""); |