X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getotuscommand.cpp;fp=getotuscommand.cpp;h=b39b4ab74ef178bb1a3dd2029549c69b2bda4be6;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hp=4a79d3aca506815faa0828288c2b23150bf59c1c;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494;p=mothur.git diff --git a/getotuscommand.cpp b/getotuscommand.cpp index 4a79d3a..b39b4ab 100644 --- a/getotuscommand.cpp +++ b/getotuscommand.cpp @@ -45,7 +45,7 @@ string GetOtusCommand::getHelpString(){ helpString += "The get.otus command should be in the following format: get.otus(accnos=yourAccnos, list=yourListFile, group=yourGroupFile, label=yourLabel).\n"; helpString += "Example get.otus(accnos=amazon.accnos, list=amazon.fn.list, group=amazon.groups, label=0.03).\n"; helpString += "or get.otus(groups=pasture, list=amazon.fn.list, amazon.groups, label=0.03).\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) {