]> git.donarmstrong.com Git - mothur.git/blobdiff - nocommand.cpp
unifrac.weighted
[mothur.git] / nocommand.cpp
index b58531871a2237e5e7e142beea477ab1a7e835b4..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.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." << "\n";
        cout << "For more information on command parameters use the help() command." << "\n";
        return 0;
 }