]> git.donarmstrong.com Git - mothur.git/blobdiff - quitcommand.cpp
fixes while testing 1.33.0
[mothur.git] / quitcommand.cpp
index 85e8b526c455cfb5ee8c4ca50b64daec92dd6c24..2c302e9e6b4f195c7d4acb1df97fd6110ea02ad5 100644 (file)
@@ -15,6 +15,7 @@ QuitCommand::QuitCommand(string option) {
                
                //allow user to run help
                if(option == "help") { help(); abort = true; calledHelp = true; }
+               else if(option == "citation") { citation(); abort = true; calledHelp = true;}
 
 }
 //**********************************************************************************************************************