summaryrefslogtreecommitdiff
path: root/src/commands/cmd_connect.cpp
diff options
context:
space:
mode:
authorRobby- <robby@chat.be>2014-04-12 22:08:41 +0200
committerRobby- <robby@chat.be>2014-04-12 22:08:41 +0200
commitbd35f849452cc4cc83972939bfbc363e679203e1 (patch)
tree0eb93b9fddf2b223baa905becdd5b9078c8db2a6 /src/commands/cmd_connect.cpp
parent493ff75f1f89a7ede2800eff0368740fbaf02aa4 (diff)
Correct the syntax messages of a few modules.
Diffstat (limited to 'src/commands/cmd_connect.cpp')
-rw-r--r--src/commands/cmd_connect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/cmd_connect.cpp b/src/commands/cmd_connect.cpp
index 7cf4752d2..8fb82fab4 100644
--- a/src/commands/cmd_connect.cpp
+++ b/src/commands/cmd_connect.cpp
@@ -30,7 +30,7 @@ class CommandConnect : public Command
public:
/** Constructor for connect.
*/
- CommandConnect ( Module* parent) : Command(parent,"CONNECT",1) { flags_needed = 'o'; syntax = "<servername> [<remote-server>]"; }
+ CommandConnect ( Module* parent) : Command(parent,"CONNECT",1) { flags_needed = 'o'; syntax = "<servername>"; }
/** Handle command.
* @param parameters The parameters to the comamnd
* @param pcnt The number of parameters passed to teh command