diff options
author | Stefano Sabatini | 2008-11-29 12:22:22 +0000 |
---|---|---|
committer | Stefano Sabatini | 2008-11-29 12:22:22 +0000 |
commit | 10ba7404d2c452bd5ce088382ebc6e216f191c15 (patch) | |
tree | fb8eb36e837f7af0ae00c0588f579e30b6c7ff09 /ffserver.c | |
parent | d041a5989792426033c82770f609fc1086d84139 (diff) |
s/FFserver/ffserver/ in the help message invocation synopsis.
See the thread: "Define cmdline_program_name and use it in show_help".
Originally committed as revision 15952 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffserver.c')
-rw-r--r-- | ffserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffserver.c b/ffserver.c index 168f996f5d..d02b4d057c 100644 --- a/ffserver.c +++ b/ffserver.c @@ -4450,7 +4450,7 @@ static void opt_debug() static void opt_show_help(void) { - printf("usage: FFserver [options]\n" + printf("usage: ffserver [options]\n" "Hyper fast multi format Audio/Video streaming server\n"); printf("\n"); show_help_options(options, "Main options:\n", 0, 0); |