Permalink
Browse files

Fixes typo in sff.info

  • Loading branch information...
1 parent 68280e9 commit 118ba5ee4d6d4b64852ef8e5772ee9f63b7667ea @mothur-westcott mothur-westcott committed Feb 23, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 source/commands/sffinfocommand.cpp
@@ -48,7 +48,7 @@ vector<string> SffInfoCommand::setParameters(){
string SffInfoCommand::getHelpString(){
try {
string helpString = "";
- helpString += "The sffinfo command reads a sff file and extracts the sequence data, or you can use it to parse a sfftxt file.\n";
+ helpString += "The sffinfo command reads a sff file and extracts the sequence data, or you can use it to parse a sff file.\n";
helpString += "The sffinfo command parameters are sff, fasta, qfile, accnos, flow, sfftxt, oligos, group, bdiffs, tdiffs, ldiffs, sdiffs, pdiffs, checkorient and trim. sff is required. \n";
helpString += "The sff parameter allows you to enter the sff file you would like to extract data from. You may enter multiple files by separating them by -'s.\n";
helpString += "The fasta parameter allows you to indicate if you would like a fasta formatted file generated. Default=True. \n";

0 comments on commit 118ba5e

Please sign in to comment.