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