X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=heatmapcommand.cpp;h=2da1d245eb8a0241b50aad874388fe83b5be72c8;hb=77ac47e1ea0b5a0c6f55eb25e6bc7d7494ed3ad2;hp=10c15d8b1dd9daed1ad21dd40b7e712b829a3ba5;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/heatmapcommand.cpp b/heatmapcommand.cpp index 10c15d8..2da1d24 100644 --- a/heatmapcommand.cpp +++ b/heatmapcommand.cpp @@ -52,7 +52,7 @@ string HeatMapCommand::getHelpString(){ 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 default value for scale is log10; your other options are log2 and linear.\n"; helpString += "The heatmap.bin command outputs a .svg file for each label you specify.\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) {