]> git.donarmstrong.com Git - mothur.git/blobdiff - nocommands.cpp
added logfile feature
[mothur.git] / nocommands.cpp
index 18a294801c961b7294bcf3985e733798cfe4d77a..5cf5a56f8161da1fa81fa3c371900fb2d806b626 100644 (file)
@@ -21,7 +21,7 @@ NoCommand::~NoCommand(){}
 
 int NoCommand::execute(){
        //Could choose to give more help here?fdsah
-       cout << "Invalid command." << "\n";
+       mothurOut("Invalid command.\n");
        
        CommandFactory* valid = new CommandFactory();
        valid->printCommands(cout);