From 905570a6d2bd946267a354935f8a40ce2b201068 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Wed, 30 May 2007 18:49:43 +0000 Subject: [PATCH] Call opal_show_help with the expected number of arguments. This commit was SVN r14802. --- orte/runtime/orte_init_stage2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/runtime/orte_init_stage2.c b/orte/runtime/orte_init_stage2.c index 35f7ba6ffb..52a54347f3 100644 --- a/orte/runtime/orte_init_stage2.c +++ b/orte/runtime/orte_init_stage2.c @@ -96,7 +96,7 @@ int orte_init_stage2(char *trigger) return_error: opal_show_help("help-orte-runtime", "orte_init:startup:internal-failure", - true, error_str, ret); + true, error_str, ORTE_ERROR_NAME(ret), ret); return ret; }