From bd35f849452cc4cc83972939bfbc363e679203e1 Mon Sep 17 00:00:00 2001 From: Robby- Date: Sat, 12 Apr 2014 22:08:41 +0200 Subject: Correct the syntax messages of a few modules. --- src/commands/cmd_squit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/cmd_squit.cpp') 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 = " []"; } + CommandSquit ( Module* parent) : Command(parent,"SQUIT",1,2) { flags_needed = 'o'; syntax = ""; } /** Handle command. * @param parameters The parameters to the comamnd * @param pcnt The number of parameters passed to teh command -- cgit v1.2.3