summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2009-12-21 02:09:17 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2009-12-21 02:09:17 +0000
commit27daa420fc83daeb07f2d2a4a7c4f0112d888076 (patch)
tree16d4667a4a2a453f1657532b0faaf60abea63192 /ffplay.c
parentaaba7e6c66fab2b3b844fc10bf6308c6e01675c4 (diff)
First print the program description and then the basic usage line.
Originally committed as revision 20902 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ffplay.c b/ffplay.c
index 5fe054f666..e0b248e393 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -2492,8 +2492,8 @@ static const OptionDef options[] = {
static void show_help(void)
{
- printf("usage: ffplay [options] input_file\n"
- "Simple media player\n");
+ printf("Simple media player\n");
+ printf("usage: ffplay [options] input_file\n");
printf("\n");
show_help_options(options, "Main options:\n",
OPT_EXPERT, 0);