X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getcommandinfocommand.cpp;fp=getcommandinfocommand.cpp;h=ad706ef6bedeacf414ac9bbe3ad7119735b514d2;hb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;hp=52559b3c064f6437affcbdc5dcd3d0b174089b42;hpb=f2408a11ad53c148e3a3329018ca7d04b567f11d;p=mothur.git diff --git a/getcommandinfocommand.cpp b/getcommandinfocommand.cpp index 52559b3..ad706ef 100644 --- a/getcommandinfocommand.cpp +++ b/getcommandinfocommand.cpp @@ -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 > thisOutputTypes = thisCommand->getOutputFiles(); map >::iterator itTypes;