X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=libshuffcommand.cpp;fp=libshuffcommand.cpp;h=c827b524649fefe49545aa8769401d781ff016c1;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hp=dd3a65d5eba509888d26f6f1fd57124ab33333b3;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494;p=mothur.git diff --git a/libshuffcommand.cpp b/libshuffcommand.cpp index dd3a65d..c827b52 100644 --- a/libshuffcommand.cpp +++ b/libshuffcommand.cpp @@ -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) {