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