X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getgroupcommand.cpp;h=529ed934d5b194d1a1d82869c44053ca4f7bbaf2;hb=bd27c2b0612942815b7417c79f7ee41f669a2a34;hp=faef2accee559eb7816f8e305c3ee8e5bd2f9c33;hpb=f687723a8357916e86a05116978e6869b039ce36;p=mothur.git diff --git a/getgroupcommand.cpp b/getgroupcommand.cpp index faef2ac..529ed93 100644 --- a/getgroupcommand.cpp +++ b/getgroupcommand.cpp @@ -13,9 +13,9 @@ //********************************************************************************************************************** vector GetgroupCommand::setParameters(){ try { - CommandParameter pshared("shared", "InputTypes", "", "current", "none", "none", "none",false,true); parameters.push_back(pshared); - CommandParameter pinputdir("inputdir", "String", "", "", "", "", "",false,false); parameters.push_back(pinputdir); - CommandParameter poutputdir("outputdir", "String", "", "", "", "", "",false,false); parameters.push_back(poutputdir); + CommandParameter pshared("shared", "InputTypes", "", "current", "none", "none", "none","",false,true, true); parameters.push_back(pshared); + CommandParameter pinputdir("inputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(pinputdir); + CommandParameter poutputdir("outputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(poutputdir); vector myArray; for (int i = 0; i < parameters.size(); i++) { myArray.push_back(parameters[i].name); } @@ -126,7 +126,7 @@ int GetgroupCommand::execute(){ } m->mothurOutEndLine(); - m->mothurOut("Output File Name: "); m->mothurOutEndLine(); + m->mothurOut("Output File Names: "); m->mothurOutEndLine(); m->mothurOutEndLine(); return 0;