]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.cpp
fixed multiple bugs for 1.4 release
[mothur.git] / helpcommand.cpp
index b480dcb9e369ec7763ea7eb2902e99c3c5da0c39..731d77eac343fe1fd34504bf7a7f9ddf6607542f 100644 (file)
@@ -121,7 +121,8 @@ int HelpCommand::execute(){
                cout << "The groups parameter allows you to specify which of the groups in your groupfile you would like analyzed.  You must enter at least 2 valid groups." << "\n";
                cout << "Note: No spaces between parameter labels (i.e. list), '=' and parameters (i.e.yourListfile)." << "\n" << "\n";
        }else if (globaldata->helpRequest == "get.group") {
-               cout << "The get.group command can only be executed after a successful read.otu command of a group file." << "\n";
+               cout << "The get.group command can only be executed after a successful read.otu command." << "\n";
+//cout << "The get.group command outputs a .bootGroups file to you can use in addition to the tree file generated by the bootstrap.shared command to run the concensus command." << "\n";
                cout << "You may not use any parameters with the get.group command." << "\n";
                cout << "The get.group command should be in the following format: " << "\n";
                cout << "get.group()" << "\n";