X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=makegroupcommand.cpp;h=e7704642874d050a3de7625a28ed3fae390fe653;hp=7ca4aa64d28f9ec23bcc93c37e42c753ef6a8137;hb=e150b0b0664caec517485ee6d69dcdade6dcae77;hpb=4160a27002f4a3ca436fcd62eca0366b09f8e901 diff --git a/makegroupcommand.cpp b/makegroupcommand.cpp index 7ca4aa6..e770464 100644 --- a/makegroupcommand.cpp +++ b/makegroupcommand.cpp @@ -69,6 +69,7 @@ MakeGroupCommand::MakeGroupCommand(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();