]> git.donarmstrong.com Git - mothur.git/blobdiff - nocommands.cpp
enabled ~
[mothur.git] / nocommands.cpp
index b519d77459e984020ba94a3331ba8851b076e0ae..1a01d3718f33fa02ee7f475323d704e135130fea 100644 (file)
@@ -11,7 +11,7 @@
 
 //**********************************************************************************************************************
 
-NoCommand::NoCommand(string option){}
+NoCommand::NoCommand(string option)  {}
 
 //**********************************************************************************************************************
 
@@ -21,9 +21,9 @@ NoCommand::~NoCommand(){}
 
 int NoCommand::execute(){
        //Could choose to give more help here?fdsah
-       mothurOut("Invalid command.\n");
-       
-       CommandFactory* valid =  CommandFactory::getInstance();
+       cout << "Invalid command.\n";
+   
+               CommandFactory* valid =  CommandFactory::getInstance();
        valid->printCommands(cout);
        
        return 0;