]> git.donarmstrong.com Git - mothur.git/blobdiff - getcommandinfocommand.cpp
working on citations
[mothur.git] / getcommandinfocommand.cpp
index e75897f6bae4bf45142ec7fd8cf643fcb4e483c0..283cd405eed10282df0ded886c616cb003b7847a 100644 (file)
@@ -102,6 +102,7 @@ int GetCommandInfoCommand::execute(){
                                
                                //general info
                                out << "commandName=" << thisCommand->getCommandName() << endl;
+                               //cout << thisCommand->getCommandName() << " current citation = " << thisCommand->getCitation() << endl;
                                out << "commandCategory=" << thisCommand->getCommandCategory() << endl;
                                
                                //remove /n from help string since gui reads line by line