From 86375c6c42e867ba7bef25f3f17adc886ba0b5b8 Mon Sep 17 00:00:00 2001 From: Anton Belka Date: Fri, 18 May 2012 20:11:55 +0300 Subject: [PATCH] gst-launch: fix -c, --toc message --- tools/gst-launch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gst-launch.c b/tools/gst-launch.c index 27f9b58231..474dce590f 100644 --- a/tools/gst-launch.c +++ b/tools/gst-launch.c @@ -909,7 +909,7 @@ main (int argc, char *argv[]) {"tags", 't', 0, G_OPTION_ARG_NONE, &tags, N_("Output tags (also known as metadata)"), NULL}, {"toc", 'c', 0, G_OPTION_ARG_NONE, &toc, - N_("Ouput TOC (chapters and editions)"), NULL}, + N_("Output TOC (chapters and editions)"), NULL}, {"verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose, N_("Output status information and property notifications"), NULL}, {"quiet", 'q', 0, G_OPTION_ARG_NONE, &quiet,