]> git.donarmstrong.com Git - mothur.git/blobdiff - nocommands.cpp
fixes while testing 1.33.0
[mothur.git] / nocommands.cpp
index 9c223ee9e31c2eae2fb00da28a0a113bbf7ec01d..7df8edc351f2c9b799739832913b961c65726714 100644 (file)
@@ -19,7 +19,7 @@ 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;