]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactcommand.cpp
added citation function to commands
[mothur.git] / rarefactcommand.cpp
index 7f2a1d2e752ce54d971845acdfa8848c4bada8a1..1c04bc4384fb632db099867821b6ffb3b4d79e95 100644 (file)
@@ -107,7 +107,8 @@ RareFactCommand::RareFactCommand(string option)  {
                allLines = 1;
                                                
                //allow user to run help
-               if(option == "help") { abort = true; calledHelp = true; }
+               if(option == "help") { help(); abort = true; calledHelp = true; }
+               else if(option == "citation") { citation(); abort = true; calledHelp = true;}
                
                else {
                        vector<string> myArray = setParameters();