X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=summarysharedcommand.cpp;h=13a77ed31b19ae8b87006ea36ba5a53839365ebe;hp=6db7dab85b9b51ae798aaed4df4bc581adc5db6d;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494 diff --git a/summarysharedcommand.cpp b/summarysharedcommand.cpp index 6db7dab..13a77ed 100644 --- a/summarysharedcommand.cpp +++ b/summarysharedcommand.cpp @@ -89,7 +89,7 @@ string SummarySharedCommand::getHelpString(){ helpString += "The all parameter is used to specify if you want the estimate of all your groups together. This estimate can only be made for sharedsobs and sharedchao calculators. The default is false.\n"; helpString += "If you use sharedchao and run into memory issues, set all to false. \n"; helpString += "The groups parameter allows you to specify which of the groups in your groupfile you would like analyzed. You must enter at least 2 valid groups.\n"; - helpString += "Note: No spaces between parameter labels (i.e. label), '=' and parameters (i.e.yourLabel).\n\n"; + helpString += "Note: No spaces between parameter labels (i.e. label), '=' and parameters (i.e.yourLabel).\n"; return helpString; } catch(exception& e) {