From e5164e21e67f4952df042857305d9bc4082341fa Mon Sep 17 00:00:00 2001 From: George Bosilca <bosilca@icl.utk.edu> Date: Wed, 11 Aug 2004 21:40:01 +0000 Subject: [PATCH] Mea culpa, the argument should be a simple char (one and only one small char). This commit was SVN r2074. --- src/tools/ompid/ompid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/ompid/ompid.c b/src/tools/ompid/ompid.c index 2fe0a62586..dd3e8b6be5 100644 --- a/src/tools/ompid/ompid.c +++ b/src/tools/ompid/ompid.c @@ -58,7 +58,7 @@ int main(int argc, char *argv[]) "Show version of this application"); ompi_cmd_line_make_opt(cmd_line, 'h', "help", 0, "Show this help message"); - ompi_cmd_line_make_opt(cmd_line, "seed", "seed", 0, + ompi_cmd_line_make_opt(cmd_line, 's', "seed", 0, "Set the daemon seed to true."); /* Get MCA parameters, if any */