]> git.donarmstrong.com Git - mothur.git/blobdiff - sffinfocommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / sffinfocommand.cpp
index fda9604fc9fd1128094076d315549accb77fab5e..5478ca4de30819bc55868aba9640f3d7a1385e9a 100644 (file)
@@ -47,7 +47,7 @@ string SffInfoCommand::getHelpString(){
                helpString += "The trim parameter allows you to indicate if you would like a sequences and quality scores trimmed to the clipQualLeft and clipQualRight values.  Default=True. \n";
                helpString += "The accnos parameter allows you to provide a accnos file containing the names of the sequences you would like extracted. You may enter multiple files by separating them by -'s. \n";
                helpString += "Example sffinfo(sff=mySffFile.sff, trim=F).\n";
-               helpString += "Note: No spaces between parameter labels (i.e. sff), '=' and parameters (i.e.yourSffFileName).\n\n";
+               helpString += "Note: No spaces between parameter labels (i.e. sff), '=' and parameters (i.e.yourSffFileName).\n";
                return helpString;
        }
        catch(exception& e) {