X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=summarysharedcommand.cpp;h=4cc32e320bc063e52e6ee821331cc91a182bc03e;hp=13a77ed31b19ae8b87006ea36ba5a53839365ebe;hb=e150b0b0664caec517485ee6d69dcdade6dcae77;hpb=4160a27002f4a3ca436fcd62eca0366b09f8e901 diff --git a/summarysharedcommand.cpp b/summarysharedcommand.cpp index 13a77ed..4cc32e3 100644 --- a/summarysharedcommand.cpp +++ b/summarysharedcommand.cpp @@ -119,6 +119,7 @@ SummarySharedCommand::SummarySharedCommand(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();