]> git.donarmstrong.com Git - mothur.git/blobdiff - catchallcommand.cpp
added citation function to commands
[mothur.git] / catchallcommand.cpp
index 1e89cdcca0d5230867356d37f8c6404a98639da6..29f2220dcc512d7a5db58bfee3c3767418ff7aa7 100644 (file)
@@ -72,6 +72,7 @@ CatchAllCommand::CatchAllCommand(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<string> myArray = setParameters();