diff options
Diffstat (limited to 'modules/commands/os_update.cpp')
-rw-r--r-- | modules/commands/os_update.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/commands/os_update.cpp b/modules/commands/os_update.cpp index 3f0d07d17..8ff39fb69 100644 --- a/modules/commands/os_update.cpp +++ b/modules/commands/os_update.cpp @@ -29,10 +29,7 @@ class CommandOSUpdate : public Command bool OnHelp(CommandSource &source, const Anope::string &subcommand) override { - this->SendSyntax(source); - source.Reply(" "); - source.Reply(_("Causes Services to update all database files as soon as you\n" - "send the command.")); + source.Reply(_("Causes Services to update all database files.")); return true; } }; |