diff options
author | Leo Izen <leo.izen@gmail.com> | 2017-08-10 12:40:23 -0400 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-08-16 03:35:24 +0200 |
commit | cbd8e070561b0bec6ecf22dfd8e4db91824e8b07 (patch) | |
tree | 7ef76082a1c8ff3e48e832e5f6c602af4693a5fc /doc | |
parent | 4b54d5a721cc55288093417b098382bbb27a8d3f (diff) | |
download | ffmpeg-cbd8e070561b0bec6ecf22dfd8e4db91824e8b07.tar.gz |
encoders.texi: Replace x264 --full-help suggestion with --fullhelp
Reviewed-by: Steven Liu <lingjiujianke@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/encoders.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 690cca83dc..f20be54ce8 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1793,7 +1793,7 @@ the documentation of the undocumented generic options, see @ref{codec-options,,the Codec Options chapter}. To get a more accurate and extensive documentation of the libx264 -options, invoke the command @command{x264 --full-help} or consult +options, invoke the command @command{x264 --fullhelp} or consult the libx264 documentation. @table @option |