X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=parsefastaqcommand.cpp;h=59126fb10f24eac3b4c52ac00e5289fedf36fae1;hb=432ddfdccc4ca0ed83c62747956a472af29e9183;hp=1e6643162b5962eadaf1cd36cc0ead26700240ec;hpb=5604227332777694ac486dfbdf278b97e205c2ff;p=mothur.git diff --git a/parsefastaqcommand.cpp b/parsefastaqcommand.cpp index 1e66431..59126fb 100644 --- a/parsefastaqcommand.cpp +++ b/parsefastaqcommand.cpp @@ -120,7 +120,7 @@ ParseFastaQCommand::ParseFastaQCommand(string option){ void ParseFastaQCommand::help(){ try { - m->mothurOut("The fastq.info command reads a fastaQ file and creates a fasta and quality file.\n"); + m->mothurOut("The fastq.info command reads a fastq file and creates a fasta and quality file.\n"); m->mothurOut("The fastq.info command parameter is fastq, and it is required.\n"); m->mothurOut("The fastq.info command should be in the following format: fastq.info(fastaq=yourFastaQFile).\n"); m->mothurOut("Example fastq.info(fastaq=test.fastaq).\n");