1
1

Add -wdir option as a synonym for -wd (to make us match the man page).

This commit was SVN r14614.
Этот коммит содержится в:
Jeff Squyres 2007-05-08 19:09:32 +00:00
родитель 4d6955886e
Коммит 8a68b2dba7

Просмотреть файл

@ -236,6 +236,9 @@ opal_cmd_line_init_t cmd_line_init[] = {
{ NULL, NULL, NULL, '\0', "wdir", "wdir", 1,
&orterun_globals.wdir, OPAL_CMD_LINE_TYPE_STRING,
"Set the working directory of the started processes" },
{ NULL, NULL, NULL, '\0', "wd", "wd", 1,
&orterun_globals.wdir, OPAL_CMD_LINE_TYPE_STRING,
"Synonym for --wdir" },
{ NULL, NULL, NULL, '\0', "path", "path", 1,
&orterun_globals.path, OPAL_CMD_LINE_TYPE_STRING,
"PATH to be used to look for executables to start processes" },