]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.h
added otu.association command. added calcSpearman, calcKendall and calcPearson functi...
[mothur.git] / helpcommand.h
index c542899fce02b3d9781f553d55054e876bb3b94e..cba07087148b0a537a299746c808f4314ea05806 100644 (file)
@@ -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()); }