From 0b7c51fae2795b0283e60a1d5f865ad127bdab6e Mon Sep 17 00:00:00 2001 From: Abhishek Kulkarni Date: Mon, 5 Dec 2011 21:29:07 +0000 Subject: [PATCH] Correct an invalid reference to a missing help file. This commit was SVN r25573. --- orte/mca/ess/tool/ess_tool_module.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orte/mca/ess/tool/ess_tool_module.c b/orte/mca/ess/tool/ess_tool_module.c index 769e815d42..3884990e7f 100644 --- a/orte/mca/ess/tool/ess_tool_module.c +++ b/orte/mca/ess/tool/ess_tool_module.c @@ -99,8 +99,8 @@ static int rte_init(void) error: if (ORTE_ERR_SILENT != ret && !orte_report_silent_errors) { - orte_show_help("help-ess-tool.txt", - "tool:rte_init:startup:internal-failure", + orte_show_help("help-orte-runtime.txt", + "orte_init:startup:internal-failure", true, error, ORTE_ERROR_NAME(ret), ret); }