Supply missing argument
This commit was SVN r23945.
Этот коммит содержится в:
родитель
894230b121
Коммит
7f103c8a9d
@ -251,7 +251,7 @@ main(int argc, char *argv[])
|
|||||||
if (OPAL_SUCCESS != ret || help) {
|
if (OPAL_SUCCESS != ret || help) {
|
||||||
char *args = NULL;
|
char *args = NULL;
|
||||||
args = opal_cmd_line_get_usage_msg(&cmd_line);
|
args = opal_cmd_line_get_usage_msg(&cmd_line);
|
||||||
orte_show_help("help-orte-top.txt", "orte-top:usage", true, args);
|
orte_show_help("help-orte-top.txt", "orte-top:usage", true, "orte-top", args);
|
||||||
free(args);
|
free(args);
|
||||||
return ORTE_ERROR;
|
return ORTE_ERROR;
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user