]> git.donarmstrong.com Git - mothur.git/blobdiff - getcommandinfocommand.cpp
added command descriptions
[mothur.git] / getcommandinfocommand.cpp
index 52559b3c064f6437affcbdc5dcd3d0b174089b42..ad706ef6bedeacf414ac9bbe3ad7119735b514d2 100644 (file)
@@ -121,6 +121,8 @@ int GetCommandInfoCommand::execute(){
                                }
                                out << "citation=" << newCitationString << endl;
                                
+                               out << "description=" << thisCommand->getDescription() << endl;
+                               
                                //outputTypes - makes something like outputTypes=fasta-name-qfile
                                map<string, vector<string> > thisOutputTypes = thisCommand->getOutputFiles();
                                map<string, vector<string> >::iterator itTypes;