]> git.donarmstrong.com Git - mothur.git/blobdiff - rarefactcommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / rarefactcommand.cpp
index b6ad295e819a0bef866270c79cea6c61ae7e567c..7f2a1d2e752ce54d971845acdfa8848c4bada8a1 100644 (file)
@@ -64,7 +64,7 @@ string RareFactCommand::getHelpString(){
                helpString += "The default values for iters is 1000, freq is 100, and calc is rarefaction which calculates the rarefaction curve for the observed richness.\n";
                validCalculator.printCalc("rarefaction");
                helpString += "The label parameter is used to analyze specific labels in your input.\n";
-               helpString += "Note: No spaces between parameter labels (i.e. freq), '=' and parameters (i.e.yourFreq).\n\n";
+               helpString += "Note: No spaces between parameter labels (i.e. freq), '=' and parameters (i.e.yourFreq).\n";
                return helpString;
        }
        catch(exception& e) {