]> git.donarmstrong.com Git - mothur.git/blobdiff - pairwiseseqscommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / pairwiseseqscommand.cpp
index 0c9bcc5f8a5961de5054fbb0b2412f3df10c4506..9866753329374dc768433488a7d4943555bb1b77 100644 (file)
@@ -69,7 +69,7 @@ string PairwiseSeqsCommand::getHelpString(){
                helpString += "The pairwise.seqs command should be in the following format: \n";
                helpString += "pairwise.seqs(fasta=yourfastaFile, align=yourAlignmentMethod) \n";
                helpString += "Example pairwise.seqs(fasta=candidate.fasta, align=blast)\n";
-               helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFastaFile).\n\n";
+               helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFastaFile).\n";
                return helpString;
        }
        catch(exception& e) {