]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.h
added parameter to chimera.uchime
[mothur.git] / helpcommand.h
index 4794a67a8ca3dc8ed542534070910385d549bd15..c542899fce02b3d9781f553d55054e876bb3b94e 100644 (file)
@@ -23,8 +23,9 @@ public:
        
        vector<string> 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 getCitation() { return "no citation"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }