summaryrefslogtreecommitdiff
path: root/src/coremods/core_stub.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/coremods/core_stub.cpp')
-rw-r--r--src/coremods/core_stub.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coremods/core_stub.cpp b/src/coremods/core_stub.cpp
index 30c7ce752..bb6590261 100644
--- a/src/coremods/core_stub.cpp
+++ b/src/coremods/core_stub.cpp
@@ -33,7 +33,7 @@ class CommandConnect : public Command
: Command(parent, "CONNECT", 1)
{
flags_needed = 'o';
- syntax = "<servername> [<remote-server>]";
+ syntax = "<servername>";
}
/** Handle command.
@@ -119,7 +119,7 @@ class CommandSquit : public Command
: Command(parent, "SQUIT", 1, 2)
{
flags_needed = 'o';
- syntax = "<servername> [<reason>]";
+ syntax = "<servername>";
}
/** Handle command.