X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removerarecommand.cpp;h=cd0b602113f496af4a1db27850e882ae04d29077;hb=e150b0b0664caec517485ee6d69dcdade6dcae77;hp=e46aa09f9e338ddd49305758504288f7dc65aa5e;hpb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;p=mothur.git diff --git a/removerarecommand.cpp b/removerarecommand.cpp index e46aa09..cd0b602 100644 --- a/removerarecommand.cpp +++ b/removerarecommand.cpp @@ -83,6 +83,7 @@ RemoveRareCommand::RemoveRareCommand(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();