X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=parselistscommand.cpp;fp=parselistscommand.cpp;h=c79eb63c31b576359f8b6bf270bea83ba25028d2;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hp=6e4082e0c139b76435aa073cd1f0c7013b85dca3;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494;p=mothur.git diff --git a/parselistscommand.cpp b/parselistscommand.cpp index 6e4082e..c79eb63 100644 --- a/parselistscommand.cpp +++ b/parselistscommand.cpp @@ -37,7 +37,7 @@ string ParseListCommand::getHelpString(){ helpString += "The label parameter is used to read specific labels in your input you want to use.\n"; helpString += "The parse.list command should be used in the following format: parse.list(list=yourListFile, group=yourGroupFile, label=yourLabels).\n"; helpString += "Example: parse.list(list=abrecovery.fn.list, group=abrecovery.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) {