X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=corraxescommand.cpp;fp=corraxescommand.cpp;h=ae91a24c108c16196fb67b508c62011c8cff1b63;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hp=82cfa3683cbd0801da4a9805a567c84f67d3c427;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494;p=mothur.git diff --git a/corraxescommand.cpp b/corraxescommand.cpp index 82cfa36..ae91a24 100644 --- a/corraxescommand.cpp +++ b/corraxescommand.cpp @@ -46,7 +46,7 @@ string CorrAxesCommand::getHelpString(){ helpString += "The corr.axes command should be in the following format: corr.axes(axes=yourPcoaFile, shared=yourSharedFile, method=yourMethod).\n"; helpString += "Example corr.axes(axes=genus.pool.thetayc.genus.lt.pcoa, shared=genus.pool.shared, method=kendall).\n"; helpString += "The corr.axes command outputs a .corr.axes file.\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) {