diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2013-07-28 13:03:51 +0200 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2013-07-28 13:03:51 +0200 |
commit | 7c1b72ef488e98df2f68ab78a3f77e7a4bc65842 (patch) | |
tree | 53d5be378c445e0f7d96e29ce61e006d3ceedc8b /network | |
parent | d72c7a85baf1d26e217a86d971f68e1591b0d422 (diff) |
network/http-launch: Fix example commandline
Diffstat (limited to 'network')
-rw-r--r-- | network/http-launch/http-launch.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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; } |