X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=nocommand.cpp;h=9cbf3d3a59ea69365f1c0543b272149512687332;hb=813502505663a3d00555bf7633163432b643dd68;hp=b58531871a2237e5e7e142beea477ab1a7e835b4;hpb=20a2d0350a737a434c89f303662d64a8eeea7b05;p=mothur.git diff --git a/nocommand.cpp b/nocommand.cpp index b585318..9cbf3d3 100644 --- a/nocommand.cpp +++ b/nocommand.cpp @@ -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; }