X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getlistcountcommand.cpp;fp=getlistcountcommand.cpp;h=eb9c980075a069b1e0f08f6f01fc64e4f1a6b358;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hp=404d35379730d3e3859a87654e795739f3f9b5cf;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494;p=mothur.git diff --git a/getlistcountcommand.cpp b/getlistcountcommand.cpp index 404d353..eb9c980 100644 --- a/getlistcountcommand.cpp +++ b/getlistcountcommand.cpp @@ -40,7 +40,7 @@ string GetListCountCommand::getHelpString(){ helpString += "Example get.otulist(list=amazon.fn.list, label=0.10).\n"; helpString += "The default value for label is all lines in your inputfile.\n"; helpString += "The get.otulist command outputs a .otu file for each distance you specify listing the bin number and the names of the sequences in that bin.\n"; - helpString += "Note: No spaces between parameter labels (i.e. list), '=' and parameters (i.e.yourListFile).\n\n"; + helpString += "Note: No spaces between parameter labels (i.e. list), '=' and parameters (i.e.yourListFile).\n"; return helpString; } catch(exception& e) {