summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-07-02 16:26:41 +0200
committerwm4 <wm4@nowhere>2017-07-02 16:29:45 +0200
commite4bc563fd2dcff1059624efb7b948b2886a382ab (patch)
tree272d96d980aca685e92083f3097c7eed418e4860 /DOCS/man/mpv.rst
parentd24f4587a7cb85e559b06d7a191bb28bbdbf52ad (diff)
downloadmpv-e4bc563fd2dcff1059624efb7b948b2886a382ab.tar.bz2
mpv-e4bc563fd2dcff1059624efb7b948b2886a382ab.tar.xz
options: change everything again
Fucking bullshit.
Diffstat (limited to 'DOCS/man/mpv.rst')
-rw-r--r--DOCS/man/mpv.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 9befe435da..fc36b7246c 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -429,8 +429,8 @@ Options for filenames do not use ``,`` as separator, but ``:`` (Unix) or ``;``
============= ===============================================
Suffix Meaning
============= ===============================================
--add Append 1 or more items
--add-str Append single item (avoids need for escaping)
+-add Append 1 or more items (may become alias for -append)
+-append Append single item (avoids need for escaping)
-clr Clear the option
-del Delete an existing item by integer index
-pre Prepend 1 or more items
@@ -442,8 +442,9 @@ this is strongly discouraged and deprecated, except for ``-set``.
Without suffix, the action taken is normally ``-set``.
-Some options (like ``--sub-file``, ``--audio-file``, ``--opengl-shader``) append
-one file per option use. Their default action is ``-add-str``.
+Some options (like ``--sub-file``, ``--audio-file``, ``--opengl-shader``) are
+aliases for the proper option with ``-append`` action. For example,
+``--sub-file`` is an alias for ``--sub-files-append``.
Playing DVDs
------------