X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clearmemorycommand.h;h=765f41d5ecfbc3770863f3283c72dea48ec1bb1b;hb=bd27c2b0612942815b7417c79f7ee41f669a2a34;hp=1208315a54c880e39c1bfd4a3316fe3a47cab33d;hpb=f687723a8357916e86a05116978e6869b039ce36;p=mothur.git diff --git a/clearmemorycommand.h b/clearmemorycommand.h index 1208315..765f41d 100644 --- a/clearmemorycommand.h +++ b/clearmemorycommand.h @@ -21,8 +21,9 @@ public: vector setParameters(); string getCommandName() { return "clear.memory"; } string getCommandCategory() { return "General"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string) { return ""; } string getCitation() { return "http://www.mothur.org/wiki/Clear.memory"; } string getDescription() { return "remove saved references from memory"; }