]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_oper/cmd_restart.cpp
Undocument <power> and set the default to the server name.
[user/henk/code/inspircd.git] / src / coremods / core_oper / cmd_restart.cpp
index 3e219727f9762070a8b41602c46e80610576957a..83670862657c410516c97b51f7a5864fde7e713a 100644 (file)
@@ -25,7 +25,7 @@ CommandRestart::CommandRestart(Module* parent)
        : Command(parent, "RESTART", 1, 1)
 {
        flags_needed = 'o';
-       syntax = "<password>";
+       syntax = "<server>";
 }
 
 CmdResult CommandRestart::Handle (const std::vector<std::string>& parameters, User *user)