]> git.donarmstrong.com Git - mothur.git/blobdiff - nocommand.cpp
added mothur.h and fixed includes in many files
[mothur.git] / nocommand.cpp
index b9cb61a7c6ea3cacbf8f9fd64d3041ffd2c7ec3b..9cbf3d3a59ea69365f1c0543b272149512687332 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.dist(), read.otu(), read.tree(), cluster(), deconvolute(), collect.single(), collect.shared(), rarefaction.single(), summary.single(), summary.shared(), quit(), help()." << "\n";
+       cout << "Invalid command." << "\n";
        cout << "For more information on command parameters use the help() command." << "\n";
        return 0;
 }