|
|
@@ -974,10 +974,10 @@ static struct opt_table opt_config_table[] = {
|
|
|
OPT_WITHOUT_ARG("--remove-disabled",
|
|
|
opt_set_bool, &opt_removedisabled,
|
|
|
"Remove disabled devices entirely, as if they didn't exist"),
|
|
|
- OPT_WITH_ARG("--retries|-r",
|
|
|
+ OPT_WITH_ARG("--retries",
|
|
|
opt_set_intval, opt_show_intval, &opt_retries,
|
|
|
"Number of times to retry failed submissions before giving up (-1 means never)"),
|
|
|
- OPT_WITH_ARG("--retry-pause|-R",
|
|
|
+ OPT_WITH_ARG("--retry-pause",
|
|
|
set_null, NULL, NULL,
|
|
|
opt_hidden),
|
|
|
OPT_WITH_ARG("--rotate",
|