X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sensspeccommand.cpp;fp=sensspeccommand.cpp;h=1ce33e4157e9ed225052485d9804c39bc495dff0;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hp=7f5d9dc05ff88882f90680a4f9281908102b573c;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494;p=mothur.git diff --git a/sensspeccommand.cpp b/sensspeccommand.cpp index 7f5d9dc..1ce33e4 100644 --- a/sensspeccommand.cpp +++ b/sensspeccommand.cpp @@ -54,7 +54,7 @@ string SensSpecCommand::getHelpString(){ helpString += "The groups parameter allows you to indicate that you want representative sequences for each group specified for each OTU, group name should be separated by dashes. ex. groups=A-B-C.\n"; helpString += "The get.oturep command outputs a .fastarep and .rep.names file for each distance you specify, selecting one OTU representative for each bin.\n"; helpString += "If you provide a groupfile, then it also appends the names of the groups present in that bin.\n"; - helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFastaFile).\n\n"; + helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFastaFile).\n"; return helpString; } catch(exception& e) {