summaryrefslogtreecommitdiff
path: root/modules/commands/os_update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/os_update.cpp')
-rw-r--r--modules/commands/os_update.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/os_update.cpp b/modules/commands/os_update.cpp
index bedb835b7..bce2feeed 100644
--- a/modules/commands/os_update.cpp
+++ b/modules/commands/os_update.cpp
@@ -19,7 +19,6 @@ class CommandOSUpdate : public Command
CommandOSUpdate(Module *creator) : Command(creator, "operserv/update", 0, 0)
{
this->SetDesc(_("Force the Services databases to be updated immediately"));
- this->SetSyntax("");
}
void Execute(CommandSource &source, const std::vector<Anope::string> &params) anope_override