tools: remove -p shorthand for --no-sigusr-handler
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 8 Jul 2010 12:43:22 +0000 (13:43 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 8 Jul 2010 12:43:22 +0000 (13:43 +0100)
It's not really needed, and doesn't map any longer after the long option
has been renamed.

tools/gst-launch.1.in
tools/gst-launch.c

index 80e34b6..b53a694 100644 (file)
@@ -50,7 +50,7 @@ Save XML representation of pipeline to FILE and exit (DEPRECATED, DO NOT USE)
 .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
index ab5e660..0c82a22 100644 (file)
@@ -709,7 +709,7 @@ main (int argc, char *argv[])
 #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},