It's not really needed, and doesn't map any longer after the long option
has been renamed.
.B \-f, \-\-no\-fault
Do not install a fault handler
.TP 8
.B \-f, \-\-no\-fault
Do not install a fault handler
.TP 8
-.B \-p, \-\-no\-sigusr-handler
+.B \-\-no\-sigusr-handler
Do not install signal handlers for SIGUSR1 (play) and SIGUSR2 (stop)
.TP 8
.B \-T, \-\-trace
Do not install signal handlers for SIGUSR1 (play) and SIGUSR2 (stop)
.TP 8
.B \-T, \-\-trace
#endif
{"no-fault", 'f', 0, G_OPTION_ARG_NONE, &no_fault,
N_("Do not install a fault handler"), NULL},
#endif
{"no-fault", 'f', 0, G_OPTION_ARG_NONE, &no_fault,
N_("Do not install a fault handler"), NULL},
- {"no-sigusr-handler", 'p', 0, G_OPTION_ARG_NONE, &no_sigusr_handler,
+ {"no-sigusr-handler", '\0', 0, G_OPTION_ARG_NONE, &no_sigusr_handler,
N_("Do not install signal handlers for SIGUSR1 and SIGUSR2"), NULL},
{"trace", 'T', 0, G_OPTION_ARG_NONE, &trace,
N_("Print alloc trace (if enabled at compile time)"), NULL},
N_("Do not install signal handlers for SIGUSR1 and SIGUSR2"), NULL},
{"trace", 'T', 0, G_OPTION_ARG_NONE, &trace,
N_("Print alloc trace (if enabled at compile time)"), NULL},