X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getcurrentcommand.cpp;h=12dcc82ff6a1bfb1a105d3d6deac903e855cea9b;hb=4de093e3b92bdab1579565cb2873553412f6671e;hp=5f5235647d28168d4ca187189d5911266a24c71a;hpb=86c838c428a9e7d26f902f5492738241fa72c4e7;p=mothur.git diff --git a/getcurrentcommand.cpp b/getcurrentcommand.cpp index 5f52356..12dcc82 100644 --- a/getcurrentcommand.cpp +++ b/getcurrentcommand.cpp @@ -59,6 +59,7 @@ GetCurrentCommand::GetCurrentCommand(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();