network/http-launch: Fix example commandline
authorSebastian Dröge <slomo@circular-chaos.org>
Sun, 28 Jul 2013 11:03:51 +0000 (13:03 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Sun, 28 Jul 2013 11:03:51 +0000 (13:03 +0200)
network/http-launch/http-launch.c

index 064d506..9b49003 100644 (file)
@@ -317,7 +317,7 @@ main (gint argc, gchar ** argv)
 
   if (argc < 2) {
     g_print ("usage: %s <launch line>\n"
-        "example: %s \"( videotestsrc ! theoraenc ! oggmux name=stream )\"\n",
+        "example: %s ( videotestsrc ! theoraenc ! oggmux name=stream )\n",
         argv[0], argv[0]);
     return -1;
   }