summaryrefslogtreecommitdiff
path: root/src/commands/cmd_squit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/cmd_squit.cpp')
-rw-r--r--src/commands/cmd_squit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/cmd_squit.cpp b/src/commands/cmd_squit.cpp
index 064d2a31d..ce73ee05b 100644
--- a/src/commands/cmd_squit.cpp
+++ b/src/commands/cmd_squit.cpp
@@ -30,7 +30,7 @@ class CommandSquit : public Command
public:
/** Constructor for squit.
*/
- CommandSquit ( Module* parent) : Command(parent,"SQUIT",1,2) { flags_needed = 'o'; syntax = "<servername> [<reason>]"; }
+ CommandSquit ( Module* parent) : Command(parent,"SQUIT",1,2) { flags_needed = 'o'; syntax = "<servername>"; }
/** Handle command.
* @param parameters The parameters to the comamnd
* @param pcnt The number of parameters passed to teh command