]> git.donarmstrong.com Git - mothur.git/blobdiff - quitcommand.cpp
added set.dir command and modified commands to redirect input and output, removed...
[mothur.git] / quitcommand.cpp
index 99dc46be30ca9c282d82474e5021bdf4fc7f3c33..05e2758a2778505858283a450dbfb0b270cf77ca 100644 (file)
@@ -16,8 +16,6 @@ QuitCommand::QuitCommand(string option){
                
                //allow user to run help
                if(option == "help") { help(); abort = true; }
-               
-               else if (option != "") { mothurOut("There are no valid parameters for the quit command."); mothurOutEndLine();  abort = true;  }
 
 }
 //**********************************************************************************************************************