X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=nmdscommand.cpp;h=3f8e34249c3d15c94709262fd252db1b525c820a;hb=65f2be9d8f9b4cf72b4aafd800fdd11ad26435fd;hp=8fa0145ea7e97081000ee99337309861a0f8c7a9;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/nmdscommand.cpp b/nmdscommand.cpp index 8fa0145..3f8e342 100644 --- a/nmdscommand.cpp +++ b/nmdscommand.cpp @@ -46,7 +46,7 @@ string NMDSCommand::getHelpString(){ helpString += "The iters parameter allows you to select the number of random configuration to try. Default=10\n"; helpString += "The epsilon parameter allows you to select set an acceptable stopping point. Default=1e-12.\n"; helpString += "Example nmds(phylip=yourDistanceFile).\n"; - helpString += "Note: No spaces between parameter labels (i.e. phylip), '=' and parameters (i.e.yourDistanceFile).\n\n"; + helpString += "Note: No spaces between parameter labels (i.e. phylip), '=' and parameters (i.e.yourDistanceFile).\n"; return helpString; } catch(exception& e) {