X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=validcommands.cpp;h=53ee7431b49fecc06002e5b9330259371bd35729;hb=b2dca66a02f8f82aa5528e531eace60fbbd2967b;hp=8f06fefee54330386e9fed5109603e1a2335d1e9;hpb=d037597badc8d18e235c59f0c1114180edb7f98f;p=mothur.git diff --git a/validcommands.cpp b/validcommands.cpp index 8f06fef..53ee743 100644 --- a/validcommands.cpp +++ b/validcommands.cpp @@ -55,7 +55,7 @@ bool ValidCommands::isValidCommand(string command) { if ((commands.find(command)) != (commands.end())) { return true; }else{ - cout << command << " is not a valid command in Mothur. Valid commands are read.dist(), read.otu(), cluster(), collect.single(), collect.shared(), rarefaction.single(), rarefaction.shared(), summary.single(), summary.shared(), quit(), help()." << endl; + cout << command << " is not a valid command in Mothur. Valid commands are read.dist(), read.otu(), read.tree(), cluster(), deconvolute(), collect.single(), collect.shared(), rarefaction.single(), rarefaction.shared(), summary.single(), summary.shared(), parsimony(), unifrac.weighted(), unifrac.unweighted(), quit(), help()." << endl; return false; }