]> git.donarmstrong.com Git - mothur.git/blobdiff - nocommand.cpp
fixed summary.shared bug and set jumble default to 1.
[mothur.git] / nocommand.cpp
index b58531871a2237e5e7e142beea477ab1a7e835b4..b9cb61a7c6ea3cacbf8f9fd64d3041ffd2c7ec3b 100644 (file)
@@ -21,7 +21,7 @@ NoCommand::~NoCommand(){}
 
 int NoCommand::execute(){
        //Could choose to give more help here?fdsah
-       cout << "Invalid command - choices are read.phylip(), read.column(), read.list(), read.rabund(), read.sabund(), cluster(), collect(), collect.shared(), parselist(), shared(), rarefaction(), summary(), summary.shared(), quit(), help()." << "\n";
+       cout << "Invalid command - choices are read.dist(), read.otu(), read.tree(), cluster(), deconvolute(), collect.single(), collect.shared(), rarefaction.single(), summary.single(), summary.shared(), quit(), help()." << "\n";
        cout << "For more information on command parameters use the help() command." << "\n";
        return 0;
 }