]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.h
1.18.1
[mothur.git] / helpcommand.h
index 4794a67a8ca3dc8ed542534070910385d549bd15..46393c020c0a0074525b3df80eb7dade0f8cfa3b 100644 (file)
@@ -23,8 +23,8 @@ 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)'"; }        
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }