X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=quitcommand.h;h=9a6ea290748e6637162244e0d4790b594ee83b18;hp=63d6fd5c39576222d2b3b864cc8e50420de972bc;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96 diff --git a/quitcommand.h b/quitcommand.h index 63d6fd5..9a6ea29 100644 --- a/quitcommand.h +++ b/quitcommand.h @@ -27,7 +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 getOutputFileNameTag(string, string) { return ""; } + string getOutputPattern(string) { return ""; } string getCitation() { return "no citation"; } string getDescription() { return "quit"; }