X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=summarycommand.cpp;h=6f4bb454ba57c8fba0c4b501038679d5e48e6a61;hb=92de7f976371d41441ad41f02ca83af8b43cef5c;hp=cc4b69f27259fae22b74a17e0dd4826b476cce3f;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/summarycommand.cpp b/summarycommand.cpp index cc4b69f..6f4bb45 100644 --- a/summarycommand.cpp +++ b/summarycommand.cpp @@ -71,7 +71,7 @@ string SummaryCommand::getHelpString(){ helpString += "The default value calc is sobs-chao-ace-jack-shannon-npshannon-simpson\n"; helpString += "If you are running summary.single with a shared file and would like your summary results collated in one file, set groupmode=t. (Default=true).\n"; helpString += "The label parameter is used to analyze specific labels in your input.\n"; - helpString += "Note: No spaces between parameter labels (i.e. label), '=' and parameters (i.e.yourLabels).\n\n"; + helpString += "Note: No spaces between parameter labels (i.e. label), '=' and parameters (i.e.yourLabels).\n"; return helpString; } catch(exception& e) {