diff --git a/orte/mca/rmaps/base/rmaps_base_frame.c b/orte/mca/rmaps/base/rmaps_base_frame.c index d6ba6371c9..c26ff1857e 100644 --- a/orte/mca/rmaps/base/rmaps_base_frame.c +++ b/orte/mca/rmaps/base/rmaps_base_frame.c @@ -13,6 +13,8 @@ * Copyright (c) 2011-2013 Los Alamos National Security, LLC. * All rights reserved. * Copyright (c) 2014 Intel, Inc. All rights reserved. + * Copyright (c) 2014 Research Organization for Information Science + * and Technology (RIST). All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -855,7 +857,7 @@ int orte_rmaps_base_set_ranking_policy(orte_ranking_policy_t *policy, ORTE_SET_RANKING_DIRECTIVE(tmp, ORTE_RANKING_FILL); } else { /* unrecognized modifier */ - orte_show_help("help-orte-rmaps-base.txt", "unrecognized-modifier", true, "ranking", ck[1]); + orte_show_help("help-orte-rmaps-base.txt", "unrecognized-modifier", true, ck[1]); opal_argv_free(ck); return ORTE_ERR_SILENT; } diff --git a/orte/mca/rmaps/mindist/rmaps_mindist_module.c b/orte/mca/rmaps/mindist/rmaps_mindist_module.c index 2068808fc9..9e2ac015ad 100644 --- a/orte/mca/rmaps/mindist/rmaps_mindist_module.c +++ b/orte/mca/rmaps/mindist/rmaps_mindist_module.c @@ -13,6 +13,8 @@ * Copyright (c) 2011-2013 Los Alamos National Security, LLC. * All rights reserved. * Copyright (c) 2014 Intel, Inc. All rights reserved. + * Copyright (c) 2014 Research Organization for Information Science + * and Technology (RIST). All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -149,7 +151,7 @@ static int mindist_map(orte_job_t *jdata) * all available slots. We'll double-check the single app_context rule first */ if (0 == app->num_procs && 1 < jdata->num_apps) { - orte_show_help("help-orte-rmaps-mindist.txt", "multi-apps-and-zero-np", + orte_show_help("help-orte-rmaps-md.txt", "multi-apps-and-zero-np", true, jdata->num_apps, NULL); rc = ORTE_ERR_SILENT; goto error;