X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=otuhierarchycommand.cpp;fp=otuhierarchycommand.cpp;h=edfdaea6a1a5c02b1a8b0c96b10768be4770b1a5;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hp=17e29d9528c1122f73a2f81a32c1998dded037cf;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494;p=mothur.git diff --git a/otuhierarchycommand.cpp b/otuhierarchycommand.cpp index 17e29d9..edfdaea 100644 --- a/otuhierarchycommand.cpp +++ b/otuhierarchycommand.cpp @@ -38,7 +38,7 @@ string OtuHierarchyCommand::getHelpString(){ helpString += "otu.hierarchy(list=yourListFile, label=yourLabels).\n"; helpString += "Example otu.hierarchy(list=amazon.fn.list, label=0.01-0.03).\n"; helpString += "The otu.hierarchy command outputs a .otu.hierarchy file which is described on the wiki.\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) {