From d139f75db41c59545cc811ede04e5a60d6265d52 Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Mon, 11 Aug 2014 03:20:37 +0000 Subject: [PATCH] check-help-strings cleanup This commit was SVN r32492. --- orte/mca/ess/base/ess_base_fns.c | 4 +++- orte/mca/ess/base/ess_base_std_prolog.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/orte/mca/ess/base/ess_base_fns.c b/orte/mca/ess/base/ess_base_fns.c index 0eb0f18c04..5ed40b1363 100644 --- a/orte/mca/ess/base/ess_base_fns.c +++ b/orte/mca/ess/base/ess_base_fns.c @@ -13,6 +13,8 @@ * Copyright (c) 2011-2012 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 @@ -314,7 +316,7 @@ int orte_ess_base_proc_binding(void) error: if (ORTE_ERR_SILENT != ret) { - orte_show_help("help-orte-runtime", + orte_show_help("help-orte-runtime.txt", "orte_init:startup:internal-failure", true, error, ORTE_ERROR_NAME(ret), ret); } diff --git a/orte/mca/ess/base/ess_base_std_prolog.c b/orte/mca/ess/base/ess_base_std_prolog.c index 77a85ad016..46e0359ea4 100644 --- a/orte/mca/ess/base/ess_base_std_prolog.c +++ b/orte/mca/ess/base/ess_base_std_prolog.c @@ -9,6 +9,8 @@ * University of Stuttgart. All rights reserved. * Copyright (c) 2004-2005 The Regents of the University of California. * All rights reserved. + * Copyright (c) 2014 Research Organization for Information Science + * and Technology (RIST). All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -60,7 +62,7 @@ int orte_ess_base_std_prolog(void) return ORTE_SUCCESS; error: - orte_show_help("help-orte-runtime", + orte_show_help("help-orte-runtime.txt", "orte_init:startup:internal-failure", true, error, ORTE_ERROR_NAME(ret), ret);