manpage: explain deprecated usage of multiple items with *-add

This commit is contained in:
Dave 2020-01-04 17:47:49 -05:00 committed by wm4
parent 343bf8a9ac
commit bcc921bd2f
1 changed files with 9 additions and 6 deletions

View File

@ -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.