X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clusterfragmentscommand.cpp;h=2e37e7caedc35b67609e7c27e263261abd6f88f9;hb=4de093e3b92bdab1579565cb2873553412f6671e;hp=c51a96a0f7de2cd8f10950e7724678b8c01fa71a;hpb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;p=mothur.git diff --git a/clusterfragmentscommand.cpp b/clusterfragmentscommand.cpp index c51a96a..2e37e7c 100644 --- a/clusterfragmentscommand.cpp +++ b/clusterfragmentscommand.cpp @@ -87,6 +87,7 @@ ClusterFragmentsCommand::ClusterFragmentsCommand(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();