X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=nocommands.cpp;h=7df8edc351f2c9b799739832913b961c65726714;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=1a01d3718f33fa02ee7f475323d704e135130fea;hpb=19b2ab858fcf2684213f741a0e7ac9c727f06362;p=mothur.git diff --git a/nocommands.cpp b/nocommands.cpp index 1a01d37..7df8edc 100644 --- a/nocommands.cpp +++ b/nocommands.cpp @@ -15,15 +15,11 @@ NoCommand::NoCommand(string option) {} //********************************************************************************************************************** -NoCommand::~NoCommand(){} - -//********************************************************************************************************************** - int NoCommand::execute(){ //Could choose to give more help here?fdsah cout << "Invalid command.\n"; - CommandFactory* valid = CommandFactory::getInstance(); + CommandFactory* valid = CommandFactory::getInstance(); valid->printCommands(cout); return 0;