summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorLeo Izen <leo.izen@gmail.com>2022-09-20 10:08:28 -0400
committerLeo Izen <leo.izen@gmail.com>2022-09-20 10:08:28 -0400
commit4856a7bd591ab9c294fd0540f3acf74657432951 (patch)
tree2512a6854850723d21a7848b66403f03fd2aa505 /DOCS
parent1fb5f06c66d07548c15159593643a5b133b148f4 (diff)
downloadmpv-4856a7bd591ab9c294fd0540f3acf74657432951.tar.bz2
mpv-4856a7bd591ab9c294fd0540f3acf74657432951.tar.xz
DOCS/man/options.rst: replace some legacy single-hyphen syntax
Replace some occurrences of ``-option`` with ``--option`` to coincide with the current option sytnax.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index c4eb34025d..1f743ab80b 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -5328,7 +5328,7 @@ them.
cropping and video placement, which always invalidate the cache. Enabling
this option makes dynamic updates of renderer settings slightly smoother at
the cost of slightly higher latency in response to such changes. Defaults
- to on. (Only affects ``--vo=gpu-next``, note that ``-vo=gpu`` always
+ to on. (Only affects ``--vo=gpu-next``, note that ``--vo=gpu`` always
invalidates interpolated frames)
``--opengl-pbo``
@@ -6445,7 +6445,7 @@ them.
allows no additional brightness boost. A value of 2.0 would allow
over-exposing by a factor of 2, and so on. Raising this setting can help
reveal details that would otherwise be hidden in dark scenes, but raising
- it too high will make dark scenes appear unnaturally bright. (``-vo=gpu``
+ it too high will make dark scenes appear unnaturally bright. (``--vo=gpu``
only)
``--tone-mapping-mode``
@@ -7010,7 +7010,7 @@ Miscellaneous
that are unavailable to outside users.
This replaces ``--record-file``. It is similar to the ancient/removed
- ``--stream-capture``/``-capture`` options, and provides better behavior in
+ ``--stream-capture``/``--capture`` options, and provides better behavior in
most cases (i.e. actually works).
``--lavfi-complex=<string>``