]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.h
fixed bug with dist.shared subsampling. added mode parameter to dist.shared so...
[mothur.git] / helpcommand.h
index 46393c020c0a0074525b3df80eb7dade0f8cfa3b..cba07087148b0a537a299746c808f4314ea05806 100644 (file)
@@ -25,7 +25,9 @@ public:
        string getCommandName()                 { return "help";                }
        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()); }