X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=quitcommand.h;h=9a6ea290748e6637162244e0d4790b594ee83b18;hp=64958008deae4165e4a9019ddf93a0f44fd09f25;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc diff --git a/quitcommand.h b/quitcommand.h index 6495800..9a6ea29 100644 --- a/quitcommand.h +++ b/quitcommand.h @@ -27,6 +27,7 @@ public: string getCommandName() { return "quit"; } string getCommandCategory() { return "Hidden"; } string getHelpString() { return "The quit command will terminate mothur and should be in the following format: quit() or quit. \n"; } + string getOutputPattern(string) { return ""; } string getCitation() { return "no citation"; } string getDescription() { return "quit"; }