From f1e28f8f0414904cb8acf839dc7994f7043c3f5b Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Mon, 6 Dec 2004 19:36:39 +0000 Subject: [PATCH] * make the arguments for show_help correct This commit was SVN r3713. --- src/tools/mpirun/mpirun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/mpirun/mpirun.c b/src/tools/mpirun/mpirun.c index 8ce4d8d0d0..9ff550b223 100644 --- a/src/tools/mpirun/mpirun.c +++ b/src/tools/mpirun/mpirun.c @@ -318,7 +318,7 @@ main(int argc, char *argv[]) */ if (OMPI_SUCCESS != (ret = ompi_rte_spawn_procs(spawn_handle, new_jobid, &schedlist))) { ompi_show_help("help-mpirun.txt", "mpirun:error-spawning", - true, ret); + true, argv[0], ret); return 1; }