diff --git a/orte/orted/orted_main.c b/orte/orted/orted_main.c index ad5a2058b3..a8b3ab807e 100644 --- a/orte/orted/orted_main.c +++ b/orte/orted/orted_main.c @@ -123,8 +123,8 @@ opal_cmd_line_init_t orte_cmd_line_opts[] = { &orted_globals.help, OPAL_CMD_LINE_TYPE_BOOL, "This help message" }, - { "orted", "spin", NULL, 'd', NULL, "spin", 0, - NULL, OPAL_CMD_LINE_TYPE_BOOL, + { NULL, NULL, NULL, 's', NULL, "spin", 0, + &orted_spin_flag, OPAL_CMD_LINE_TYPE_BOOL, "Have the orted spin until we can connect a debugger to it" }, { NULL, NULL, NULL, '\0', NULL, "debug-failure", 1,