X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getrelabundcommand.cpp;fp=getrelabundcommand.cpp;h=74ec992a001e16a91d131a376944165aca1b4622;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hp=6397e358de806f08695d0707c6539352a282be44;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494;p=mothur.git diff --git a/getrelabundcommand.cpp b/getrelabundcommand.cpp index 6397e35..74ec992 100644 --- a/getrelabundcommand.cpp +++ b/getrelabundcommand.cpp @@ -40,7 +40,7 @@ string GetRelAbundCommand::getHelpString(){ helpString += "Example get.relabund(groups=A-B-C, scale=averagegroup).\n"; helpString += "The default value for groups is all the groups in your groupfile, and all labels in your inputfile will be used.\n"; helpString += "The get.relabund command outputs a .relabund file.\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) {