]> git.donarmstrong.com Git - mothur.git/blobdiff - libshuffcommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / libshuffcommand.cpp
index dd3a65d5eba509888d26f6f1fd57124ab33333b3..c827b524649fefe49545aa8769401d781ff016c1 100644 (file)
@@ -56,7 +56,7 @@ string LibShuffCommand::getHelpString(){
                helpString += "Example libshuff(groups=A-B-C, iters=500, form=discrete, step=0.01, cutOff=2.0).\n";
                helpString += "The default value for groups is all the groups in your groupfile, iters is 10000, cutoff is 1.0, form is integral and step is 0.01.\n";
                helpString += "The libshuff command output two files: .coverage and .slsummary their descriptions are in the manual.\n";
-               helpString += "Note: No spaces between parameter labels (i.e. iters), '=' and parameters (i.e.yourIters).\n\n";
+               helpString += "Note: No spaces between parameter labels (i.e. iters), '=' and parameters (i.e.yourIters).\n";
                return helpString;
        }
        catch(exception& e) {