X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=nmdscommand.cpp;h=4567dbba1e7b0b16e88f496307ef3cb7ff3a8650;hp=3f8e34249c3d15c94709262fd252db1b525c820a;hb=e150b0b0664caec517485ee6d69dcdade6dcae77;hpb=4160a27002f4a3ca436fcd62eca0366b09f8e901 diff --git a/nmdscommand.cpp b/nmdscommand.cpp index 3f8e342..4567dbb 100644 --- a/nmdscommand.cpp +++ b/nmdscommand.cpp @@ -77,6 +77,7 @@ NMDSCommand::NMDSCommand(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();