X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=helpcommand.h;h=31dbd2b9014ab27a150663a6eff56c63f2f98f8f;hb=035f86272c776e1cccaa47021e26782e49cd41e7;hp=4794a67a8ca3dc8ed542534070910385d549bd15;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/helpcommand.h b/helpcommand.h index 4794a67..31dbd2b 100644 --- a/helpcommand.h +++ b/helpcommand.h @@ -23,9 +23,12 @@ public: vector setParameters() { return outputNames; } //dummy, doesn't really do anything string getCommandName() { return "help"; } - string getCommandCategory() { return "General"; } - string getHelpString() { return "For more information about a specific command type 'commandName(help)' i.e. 'read.dist(help)'"; } - + string getCommandCategory() { return "Hidden"; } + string getHelpString() { return "For more information about a specific command type 'commandName(help)' i.e. 'cluster(help)'"; } + string getOutputFileNameTag(string, string) { return ""; } + string getCitation() { return "no citation"; } + string getDescription() { return "help"; } + int execute(); void help() { m->mothurOut(getHelpString()); }