summaryrefslogtreecommitdiff
path: root/src/coremods/core_oper/cmd_die.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/coremods/core_oper/cmd_die.cpp')
-rw-r--r--src/coremods/core_oper/cmd_die.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coremods/core_oper/cmd_die.cpp b/src/coremods/core_oper/cmd_die.cpp
index 4bc6c25db..ff9318de1 100644
--- a/src/coremods/core_oper/cmd_die.cpp
+++ b/src/coremods/core_oper/cmd_die.cpp
@@ -26,7 +26,7 @@ CommandDie::CommandDie(Module* parent)
: Command(parent, "DIE", 1)
{
flags_needed = 'o';
- syntax = "<password>";
+ syntax = "<server>";
}
static void QuitAll()