network/http-launch: Fix example commandline

This commit is contained in:
Sebastian Dröge 2013-07-28 13:03:51 +02:00
parent d72c7a85ba
commit 7c1b72ef48

View 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;
}