From 774f879a413c440863bc4daacd2a4f67be9638a1 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sat, 27 Aug 2005 13:32:25 +0000 Subject: [PATCH] Oops -- add second string in there because we added a second %s to the help message. This commit was SVN r7064. --- orte/tools/orterun/orterun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/tools/orterun/orterun.c b/orte/tools/orterun/orterun.c index 87fd0b06a7..6f2d9a2ce8 100644 --- a/orte/tools/orterun/orterun.c +++ b/orte/tools/orterun/orterun.c @@ -564,7 +564,7 @@ static void job_state_callback(orte_jobid_t jobid, orte_proc_state_t state) static void exit_callback(int fd, short event, void *arg) { opal_show_help("help-orterun.txt", "orterun:abnormal-exit", - true, orterun_basename); + true, orterun_basename, orterun_basename); /* Trigger the normal exit conditions */