X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quitcommand.cpp;fp=quitcommand.cpp;h=2c302e9e6b4f195c7d4acb1df97fd6110ea02ad5;hb=e150b0b0664caec517485ee6d69dcdade6dcae77;hp=85e8b526c455cfb5ee8c4ca50b64daec92dd6c24;hpb=4160a27002f4a3ca436fcd62eca0366b09f8e901;p=mothur.git diff --git a/quitcommand.cpp b/quitcommand.cpp index 85e8b52..2c302e9 100644 --- a/quitcommand.cpp +++ b/quitcommand.cpp @@ -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;} } //**********************************************************************************************************************