X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quitcommand.h;h=9a6ea290748e6637162244e0d4790b594ee83b18;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=e24bb775aa89ec31f7db5135ecb9952d570a2fb9;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/quitcommand.h b/quitcommand.h index e24bb77..9a6ea29 100644 --- a/quitcommand.h +++ b/quitcommand.h @@ -27,7 +27,10 @@ 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"; } + int execute(); void help() { m->mothurOut(getHelpString()); }