X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=phylotypecommand.cpp;h=c03fcc1ac133572fc7d821816edadc0b1fc32ecb;hb=e150b0b0664caec517485ee6d69dcdade6dcae77;hp=70f2b2f4e93df4af17aabdd804103a99ef696cf6;hpb=4160a27002f4a3ca436fcd62eca0366b09f8e901;p=mothur.git diff --git a/phylotypecommand.cpp b/phylotypecommand.cpp index 70f2b2f..c03fcc1 100644 --- a/phylotypecommand.cpp +++ b/phylotypecommand.cpp @@ -76,6 +76,7 @@ PhylotypeCommand::PhylotypeCommand(string option) { //allow user to run help if(option == "help") { help(); abort = true; calledHelp = true; } + else if(option == "citation") { citation(); abort = true; calledHelp = true;} else { vector myArray = setParameters();