]> git.donarmstrong.com Git - mothur.git/blobdiff - deuniqueseqscommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / deuniqueseqscommand.cpp
index fb02764e93cc8ca2494773aebeccab857e58f378..24438824a0ba70225f9ae435065d4c55fa631084 100644 (file)
@@ -36,7 +36,7 @@ string DeUniqueSeqsCommand::getHelpString(){
                helpString += "The deunique.seqs command should be in the following format: \n";
                helpString += "deunique.seqs(fasta=yourFastaFile, name=yourNameFile) \n";       
                helpString += "Example deunique.seqs(fasta=abrecovery.unique.fasta, name=abrecovery.names).\n";
-               helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFasta).\n\n";
+               helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFasta).\n";
                return helpString;
        }
        catch(exception& e) {