X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=classifyrfsharedcommand.cpp;h=efee5e3265d78c726a2174ac778889f769c65f25;hb=a2cde58c1e72199498a2142983ef040dce36da10;hp=d2cd9f9d38fd9ded1d04775ff594c89a0dc42cec;hpb=615301e57c25e241356a9c2380648d117709458d;p=mothur.git diff --git a/classifyrfsharedcommand.cpp b/classifyrfsharedcommand.cpp index d2cd9f9..efee5e3 100755 --- a/classifyrfsharedcommand.cpp +++ b/classifyrfsharedcommand.cpp @@ -47,12 +47,12 @@ vector ClassifyRFSharedCommand::setParameters(){ string ClassifyRFSharedCommand::getHelpString(){ try { string helpString = ""; - helpString += "The classify.shared command allows you to ....\n"; - helpString += "The classify.shared command parameters are: shared, design, label, groups, otupersplit.\n"; + helpString += "The classify.rf command allows you to ....\n"; + helpString += "The classify.rf command parameters are: shared, design, label, groups, otupersplit.\n"; helpString += "The label parameter is used to analyze specific labels in your input.\n"; helpString += "The groups parameter allows you to specify which of the groups in your designfile you would like analyzed.\n"; - helpString += "The classify.shared should be in the following format: \n"; - helpString += "classify.shared(shared=yourSharedFile, design=yourDesignFile)\n"; + helpString += "The classify.rf should be in the following format: \n"; + helpString += "classify.rf(shared=yourSharedFile, design=yourDesignFile)\n"; return helpString; } catch(exception& e) {