X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mergefilecommand.cpp;fp=mergefilecommand.cpp;h=cece52d9cd06b78950f5b197c19d2e9574b7daa8;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hp=cb241c6b301396e7c7d0482d98be861a926b8a64;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494;p=mothur.git diff --git a/mergefilecommand.cpp b/mergefilecommand.cpp index cb241c6..cece52d 100644 --- a/mergefilecommand.cpp +++ b/mergefilecommand.cpp @@ -33,7 +33,7 @@ string MergeFileCommand::getHelpString(){ helpString += "The merge.file command takes a list of files separated by dashes and merges them into one file."; helpString += "The merge.file command parameters are input and output."; helpString += "Example merge.file(input=small.fasta-large.fasta, output=all.fasta)."; - helpString += "Note: No spaces between parameter labels (i.e. output), '=' and parameters (i.e.yourOutputFileName).\n\n"; + helpString += "Note: No spaces between parameter labels (i.e. output), '=' and parameters (i.e.yourOutputFileName).\n"; return helpString; } catch(exception& e) {