]> git.donarmstrong.com Git - mothur.git/blobdiff - removeseqscommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / removeseqscommand.cpp
index 7e3b93918da6420a6a61c2943a779e89d52ea527..832bb9e70dd6d7addf6cc364b384a8b3de100417 100644 (file)
@@ -45,7 +45,7 @@ string RemoveSeqsCommand::getHelpString(){
                helpString += "The dups parameter allows you to remove the entire line from a name file if you remove any name from the line. default=true. \n";
                helpString += "The remove.seqs command should be in the following format: remove.seqs(accnos=yourAccnos, fasta=yourFasta).\n";
                helpString += "Example remove.seqs(accnos=amazon.accnos, fasta=amazon.fasta).\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) {