]> git.sesse.net Git - x264/commitdiff
Slightly improve the filtering section of x264 --help
authorAlexander Strange <astrange@ithinksw.com>
Sun, 8 Aug 2010 05:29:12 +0000 (22:29 -0700)
committerFiona Glaser <fiona@x264.com>
Mon, 16 Aug 2010 09:53:51 +0000 (02:53 -0700)
x264.c

diff --git a/x264.c b/x264.c
index 4e9a1c778025430241c3386e4253b3ebdffa626d..9c3ce5ef90cafcffbbe9588d21c96d104eb0816e 100644 (file)
--- a/x264.c
+++ b/x264.c
@@ -697,8 +697,10 @@ static void Help( x264_param_t *defaults, int longhelp )
     H0( "\n" );
     H0( "Filtering:\n" );
     H0( "\n" );
-    H0( "      Filter options may be specified in the name=value format\n" );
-    H0( "--vf, --video-filter <filter0>/<filter1>/... Apply video filtering to the input file\n" );
+    H0( "      --vf, --video-filter <filter0>/<filter1>/... Apply video filtering to the input file\n" );
+    H0( "\n" );
+    H0( "      Filter options may be specified in <filter>:<option>=<value> format.\n" );
+    H0( "\n" );
     H0( "      Available filters:\n" );
     x264_register_vid_filters();
     x264_vid_filter_help( longhelp );