summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave <orangechannel@pm.me>2020-01-04 17:47:49 -0500
committerwm4 <1387750+wm4@users.noreply.github.com>2020-01-07 18:13:12 +0100
commitbcc921bd2fc6bcd1cf45279a8497b230f8ebc700 (patch)
treef24698bdb293577d9603663fa576d7502dd2ca6c
parent343bf8a9ac97d4304e0ee6106c0f7ba8d7bff9c3 (diff)
downloadmpv-bcc921bd2fc6bcd1cf45279a8497b230f8ebc700.tar.bz2
mpv-bcc921bd2fc6bcd1cf45279a8497b230f8ebc700.tar.xz
manpage: explain deprecated usage of multiple items with *-add
-rw-r--r--DOCS/man/encode.rst15
1 files changed, 9 insertions, 6 deletions
diff --git a/DOCS/man/encode.rst b/DOCS/man/encode.rst
index e897a342cf..6262f5dc5a 100644
--- a/DOCS/man/encode.rst
+++ b/DOCS/man/encode.rst
@@ -17,8 +17,9 @@ You can encode files from one format/codec to another using this facility.
This is a key/value list option. See `List Options`_ for details.
- ``--ofopts-add=<options1[,options2,...]>``
- Appends the options given as arguments to the options list.
+ ``--ofopts-add=<option>``
+ Appends the option given as an argument to the options list. (Passing
+ multiple options is currently still possible, but deprecated.)
``--ofopts=""``
Completely empties the options list.
@@ -42,8 +43,9 @@ You can encode files from one format/codec to another using this facility.
This is a key/value list option. See `List Options`_ for details.
- ``--oacopts-add=<options1[,options2,...]>``
- Appends the options given as arguments to the options list.
+ ``--oacopts-add=<option>``
+ Appends the option given as an argument to the options list. (Passing
+ multiple options is currently still possible, but deprecated.)
``--oacopts=""``
Completely empties the options list.
@@ -74,8 +76,9 @@ You can encode files from one format/codec to another using this facility.
This is a key/value list option. See `List Options`_ for details.
- ``--ovcopts-add=<options1[,options2,...]>``
- Appends the options given as arguments to the options list.
+ ``--ovcopts-add=<option>``
+ Appends the option given as an argument to the options list. (Passing
+ multiple options is currently still possible, but deprecated.)
``--ovcopts=""``
Completely empties the options list.