X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeotuscommand.cpp;fp=removeotuscommand.cpp;h=6c8cf6a76561c151eead8d4ac151c286ba0283ad;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hp=d1c12c888d8e34f377e4ea6ae661fad997021335;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494;p=mothur.git diff --git a/removeotuscommand.cpp b/removeotuscommand.cpp index d1c12c8..6c8cf6a 100644 --- a/removeotuscommand.cpp +++ b/removeotuscommand.cpp @@ -44,7 +44,7 @@ string RemoveOtusCommand::getHelpString(){ helpString += "The remove.otus command should be in the following format: remove.otus(accnos=yourAccnos, list=yourListFile, group=yourGroupFile, label=yourLabel).\n"; helpString += "Example remove.otus(accnos=amazon.accnos, list=amazon.fn.list, group=amazon.groups, label=0.03).\n"; helpString += "or remove.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) {