X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=quitcommand.cpp;h=2c302e9e6b4f195c7d4acb1df97fd6110ea02ad5;hp=85e8b526c455cfb5ee8c4ca50b64daec92dd6c24;hb=050a3ff02473a3d4c0980964e1a9ebe52e55d6b8;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6 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;} } //**********************************************************************************************************************