1
1

Fix other typo in help message

Signed-off-by: Ralph Castain <rhc@open-mpi.org>
Этот коммит содержится в:
Ralph Castain 2018-06-16 16:30:52 -07:00
родитель cf895a73bb
Коммит ac7bb15505

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

@ -120,7 +120,7 @@ static int external_open(void)
version = PMIx_Get_version();
if ('4' != version[0]) {
opal_show_help("help-pmix-base.txt",
"incorrect-pmix", true, version, "v3.x");
"incorrect-pmix", true, version, "v4.x");
return OPAL_ERROR;
}
return OPAL_SUCCESS;