From 7c1b72ef488e98df2f68ab78a3f77e7a4bc65842 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 28 Jul 2013 13:03:51 +0200 Subject: [PATCH] network/http-launch: Fix example commandline --- network/http-launch/http-launch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/http-launch/http-launch.c b/network/http-launch/http-launch.c index 064d506..9b49003 100644 --- a/network/http-launch/http-launch.c +++ b/network/http-launch/http-launch.c @@ -317,7 +317,7 @@ main (gint argc, gchar ** argv) if (argc < 2) { g_print ("usage: %s \n" - "example: %s \"( videotestsrc ! theoraenc ! oggmux name=stream )\"\n", + "example: %s ( videotestsrc ! theoraenc ! oggmux name=stream )\n", argv[0], argv[0]); return -1; } -- 2.7.4