]> git.donarmstrong.com Git - mothur.git/blobdiff - getcommandinfocommand.cpp
added citation function to commands
[mothur.git] / getcommandinfocommand.cpp
index 7ca245369136a19da6ec607d0055a1b0351d2cc7..e75897f6bae4bf45142ec7fd8cf643fcb4e483c0 100644 (file)
@@ -45,6 +45,7 @@ GetCommandInfoCommand::GetCommandInfoCommand(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();