X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=unifracweightedcommand.cpp;h=7915cac122cdaa08e8fef3b896a774499462a343;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hp=29cdf94091cebb65104e1b5691e5691e19a4e495;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/unifracweightedcommand.cpp b/unifracweightedcommand.cpp index 29cdf94..7915cac 100644 --- a/unifracweightedcommand.cpp +++ b/unifracweightedcommand.cpp @@ -48,7 +48,7 @@ string UnifracWeightedCommand::getHelpString(){ helpString += "Example unifrac.weighted(groups=A-B-C, iters=500).\n"; helpString += "The default value for groups is all the groups in your groupfile, and iters is 1000.\n"; helpString += "The unifrac.weighted command output two files: .weighted and .wsummary their descriptions are in the manual.\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) {