X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=helpcommand.h;h=cba07087148b0a537a299746c808f4314ea05806;hb=8dd3c225255d7084e3aff8740aa4f1f1cabb367a;hp=c542899fce02b3d9781f553d55054e876bb3b94e;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/helpcommand.h b/helpcommand.h index c542899..cba0708 100644 --- a/helpcommand.h +++ b/helpcommand.h @@ -26,7 +26,8 @@ public: string getCommandCategory() { return "Hidden"; } string getHelpString() { return "For more information about a specific command type 'commandName(help)' i.e. 'cluster(help)'"; } string getCitation() { return "no citation"; } - + string getDescription() { return "help"; } + int execute(); void help() { m->mothurOut(getHelpString()); }