From b1ee92ad4aec81dd31408d0c1223f0e9ea3cb738 Mon Sep 17 00:00:00 2001 From: nanahi <130121847+na-na-hi@users.noreply.github.com> Date: Wed, 3 Apr 2024 20:27:19 -0400 Subject: DOCS/man: unify flag option descriptions In many places, flags options have duplicate descriptions like --break-player and --no-break-player. This is redundant since the equivalence of this syntax to --break-player= is already documented, and the = syntax is more in line with the syntax of other option types. This replaces all usage of --no-foobar with --foobar=no, and use --foobar= when possible. --- DOCS/man/encode.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'DOCS/man/encode.rst') diff --git a/DOCS/man/encode.rst b/DOCS/man/encode.rst index 399eba2a43..26f3d6cbc8 100644 --- a/DOCS/man/encode.rst +++ b/DOCS/man/encode.rst @@ -77,9 +77,8 @@ You can encode files from one format/codec to another using this facility. and all pts are passed through as-is. Never seek backwards or use multiple input files in this mode! -``--no-ocopy-metadata`` - Turns off copying of metadata from input files to output files when - encoding (which is enabled by default). +``--ocopy-metadata=`` + Copy metadata from input files to output files when encoding (default: yes). ``--oset-metadata=`` Specifies metadata to include in the output file. -- cgit v1.2.3