X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitgroupscommand.cpp;fp=splitgroupscommand.cpp;h=220c7cc680b1729880001c5bf94ad1fc284a85e9;hb=e150b0b0664caec517485ee6d69dcdade6dcae77;hp=c21243431875e4940cc9e75256eb5e3829584792;hpb=4160a27002f4a3ca436fcd62eca0366b09f8e901;p=mothur.git diff --git a/splitgroupscommand.cpp b/splitgroupscommand.cpp index c212434..220c7cc 100644 --- a/splitgroupscommand.cpp +++ b/splitgroupscommand.cpp @@ -70,6 +70,7 @@ SplitGroupCommand::SplitGroupCommand(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();