X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mergegroupscommand.cpp;fp=mergegroupscommand.cpp;h=cb990e467f49afddfd56a2106ee7c47c12d0bd7e;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hp=74bf0dea86c84c093d7d84b9c807b92be74892c6;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494;p=mothur.git diff --git a/mergegroupscommand.cpp b/mergegroupscommand.cpp index 74bf0de..cb990e4 100644 --- a/mergegroupscommand.cpp +++ b/mergegroupscommand.cpp @@ -43,7 +43,7 @@ string MergeGroupsCommand::getHelpString(){ helpString += "The merge.groups command should be in the following format: merge.groups(design=yourDesignFile, shared=yourSharedFile).\n"; helpString += "Example merge.groups(design=temp.design, groups=A-B-C, shared=temp.shared).\n"; helpString += "The default value for groups is all the groups in your sharedfile, and all labels in your inputfile will be used.\n"; - helpString += "Note: No spaces between parameter labels (i.e. groups), '=' and parameters (i.e.yourGroups).\n\n"; + helpString += "Note: No spaces between parameter labels (i.e. groups), '=' and parameters (i.e.yourGroups).\n"; return helpString; } catch(exception& e) {