X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=setlogfilecommand.h;h=8d3bfcdc15d3c75253a78abe12b3277c1f9b6c8b;hb=2009a1a1f47e7467094d844e7c07ab8ddf7bb447;hp=ed08180c7a4429a5a484f143e84e42271e12be36;hpb=9d6f36294dcaef3ac65a0e69fd8140077c3209e0;p=mothur.git diff --git a/setlogfilecommand.h b/setlogfilecommand.h index ed08180..8d3bfcd 100644 --- a/setlogfilecommand.h +++ b/setlogfilecommand.h @@ -26,7 +26,9 @@ public: string getCommandName() { return "set.logfile"; } string getCommandCategory() { return "General"; } string getHelpString(); - + string getCitation() { return "http://www.mothur.org/wiki/Set.logfile"; } + string getDescription() { return "set logfile name"; } + int execute(); void help() { m->mothurOut(getHelpString()); }