]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.cpp
I've changed the listfile, sabundfile, etc. option handles to not need the "file...
[mothur.git] / helpcommand.cpp
index 565d742a0fda164d559be4315b0e114a01050211..0d9bdcd177c52fb5f971a44c2a9b16f04abed8a2 100644 (file)
@@ -24,12 +24,12 @@ int HelpCommand::execute(){
        globaldata = GlobalData::getInstance();
        
        if (globaldata->helpRequest == "read.dist") {
-               cout << "The read.dist command parameter options are phylipfile or columnfile, namefile, cutoff and precision" << "\n";
+               cout << "The read.dist command parameter options are phylip or column, name, cutoff and precision" << "\n";
                cout << "The read.dist command should be in the following format: " << "\n";
-               cout << "read.dist(phylipfile=yourDistFile, namefile=yourNameFile, cutoff=yourCutoff, precision=yourPrecision) " << "\n";
-               cout << "The phylipfile or columnfile parameter is required, but only one may be used.  If you use a columnfile the namefile is required. " << "\n";
+               cout << "read.dist(phylip=yourDistFile, name=yourNameFile, cutoff=yourCutoff, precision=yourPrecision) " << "\n";
+               cout << "The phylip or column parameter is required, but only one may be used.  If you use a column file the name filename is required. " << "\n";
                cout << "If you do not provide a cutoff value 10.00 is assumed. If you do not provide a precision value then 100 is assumed." << "\n";
-               cout << "Note: No spaces between parameter labels (i.e. distfile), '=' and parameters (i.e.yourDistfile)." << "\n" << "\n";
+               cout << "Note: No spaces between parameter labels (i.e. dist), '=' and parameters (i.e.yourDistfile)." << "\n" << "\n";
        }else if (globaldata->helpRequest == "read.otu") {
                cout << "The read.otu command parameter options are listfile, rabundfile, sabundfile or orderfile." << "\n";
                cout << "The read.otu command should be in the following format: " << "\n";