X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chopseqscommand.cpp;fp=chopseqscommand.cpp;h=1761efcbfffe273d52fa67480f390aec38b08b0a;hb=79a7d3273749b08d4f9f8dfe350c964ff0c4351e;hp=4bcd707bcbe2d90ab9ab0dd3162efdb5faa1b4e1;hpb=16f9c4ab6f39769856b13e048eae2c8eaa413c02;p=mothur.git diff --git a/chopseqscommand.cpp b/chopseqscommand.cpp index 4bcd707..1761efc 100644 --- a/chopseqscommand.cpp +++ b/chopseqscommand.cpp @@ -203,7 +203,7 @@ int ChopSeqsCommand::execute(){ if (m->control_pressed) { return 0; } m->mothurOutEndLine(); - m->mothurOut("Output File Name: "); m->mothurOutEndLine(); + m->mothurOut("Output File Names: "); m->mothurOutEndLine(); m->mothurOut(outputFileName); m->mothurOutEndLine(); outputNames.push_back(outputFileName); outputTypes["fasta"].push_back(outputFileName); if (wroteAccnos) { m->mothurOut(outputFileNameAccnos); m->mothurOutEndLine(); outputNames.push_back(outputFileNameAccnos); outputTypes["accnos"].push_back(outputFileNameAccnos); }