X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=venncommand.cpp;h=c6d534e1d8eaae7997c88cd95b700755b211ddb9;hp=c66d1e368595ed5104984dd189cdb768185e70fb;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494 diff --git a/venncommand.cpp b/venncommand.cpp index c66d1e3..c6d534e 100644 --- a/venncommand.cpp +++ b/venncommand.cpp @@ -56,7 +56,7 @@ string VennCommand::getHelpString(){ helpString += "If you have more than 4 groups, the permute parameter will find all possible combos of 4 of your groups and create pictures for them, default=F.\n"; helpString += "The only estimators available four 4 groups are sharedsobs and sharedchao.\n"; helpString += "The venn command outputs a .svg file for each calculator you specify at each distance you choose.\n"; - helpString += "Note: No spaces between parameter labels (i.e. groups), '=' and parameters (i.e.yourGroups).\n\n"; + helpString += "Note: No spaces between parameter labels (i.e. groups), '=' and parameters (i.e.yourGroups).\n"; return helpString; } catch(exception& e) {