1
1

Call opal_show_help with the expected number of arguments.

This commit was SVN r14802.
Этот коммит содержится в:
George Bosilca 2007-05-30 18:49:43 +00:00
родитель f02a9525dc
Коммит 905570a6d2

Просмотреть файл

@ -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;
}