X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeseqscommand.cpp;fp=removeseqscommand.cpp;h=832bb9e70dd6d7addf6cc364b384a8b3de100417;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hp=7e3b93918da6420a6a61c2943a779e89d52ea527;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494;p=mothur.git diff --git a/removeseqscommand.cpp b/removeseqscommand.cpp index 7e3b939..832bb9e 100644 --- a/removeseqscommand.cpp +++ b/removeseqscommand.cpp @@ -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) {