X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getcommandinfocommand.h;h=463c94c41f62d994b0e462cc3c745ac73b733ad0;hb=36a6b02cf7f09d2bc34376b588944a9ca73429c5;hp=4c5b3ab60f7c1fea8d75f7e228c6539536afd877;hpb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;p=mothur.git diff --git a/getcommandinfocommand.h b/getcommandinfocommand.h index 4c5b3ab..463c94c 100644 --- a/getcommandinfocommand.h +++ b/getcommandinfocommand.h @@ -28,6 +28,9 @@ public: string getCommandName() { return "get.commandinfo"; } string getCommandCategory() { return "Hidden"; } string getHelpString(); + string getCitation() { return "no citation"; } + string getDescription() { return "get.commandinfo"; } + int execute(); void help() { m->mothurOut(getHelpString()); }