]> git.donarmstrong.com Git - mothur.git/blobdiff - nmdscommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / nmdscommand.cpp
index 8fa0145ea7e97081000ee99337309861a0f8c7a9..3f8e34249c3d15c94709262fd252db1b525c820a 100644 (file)
@@ -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) {