X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=quitcommand.cpp;fp=quitcommand.cpp;h=05e2758a2778505858283a450dbfb0b270cf77ca;hb=315e38cf393c82be238da5b32574f225a020d25c;hp=99dc46be30ca9c282d82474e5021bdf4fc7f3c33;hpb=c99f3846e7a7b6f06ab46508baa5409204ad6290;p=mothur.git diff --git a/quitcommand.cpp b/quitcommand.cpp index 99dc46b..05e2758 100644 --- a/quitcommand.cpp +++ b/quitcommand.cpp @@ -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; } } //**********************************************************************************************************************