summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-02-03 16:40:02 +0100
committerwm4 <wm4@nowhere>2013-02-03 16:53:49 +0100
commit8b2c27f6c83187b0a941ffd09f08f54d50f405ba (patch)
tree74ef17a9c735f2756b9e4d46aabe3a9a16e66001 /DOCS/man/en/changes.rst
parent0d3258fc1e0447de99263e62f59dfe11f1106765 (diff)
downloadmpv-8b2c27f6c83187b0a941ffd09f08f54d50f405ba.tar.bz2
mpv-8b2c27f6c83187b0a941ffd09f08f54d50f405ba.tar.xz
manpage: document option syntax variations better
Diffstat (limited to 'DOCS/man/en/changes.rst')
-rw-r--r--DOCS/man/en/changes.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/DOCS/man/en/changes.rst b/DOCS/man/en/changes.rst
index eb3f4d0d91..892b3f0af9 100644
--- a/DOCS/man/en/changes.rst
+++ b/DOCS/man/en/changes.rst
@@ -120,10 +120,12 @@ Command line switches
-vobsub --sub (pass the .idx file)
-ass-bottom-margin --vf=sub=bottom:top
-vc ffh264vdpau (etc.) --hwdec=vdpau
- -x, -y --geometry + --no-keepaspect
- -xy --autofit
+ -x W, -y H --geometry=WxH + --no-keepaspect
+ -xy W --autofit=W
=================================== ===================================
+*NOTE*: ``-opt val`` becomes ``--opt=val``.
+
input.conf and slave commands
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~