summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-08-21 18:24:56 +0200
committerwm4 <wm4@nowhere>2013-08-21 18:32:42 +0200
commitc8a7140c739038d33e030aa0b668e101e5228491 (patch)
treef052038fd92ea9d7b0af555e189aef2b383372a9 /DOCS/man/en/options.rst
parent92658864ae374e6d96cd000e4b04c7c78a2e6109 (diff)
downloadmpv-c8a7140c739038d33e030aa0b668e101e5228491.tar.bz2
mpv-c8a7140c739038d33e030aa0b668e101e5228491.tar.xz
mplayer: start track IDs from 1 rather than 0
Completely pointless, but makes ChrisK happy for some reason. Track ID 0 is now rejected by the option parser itself.
Diffstat (limited to 'DOCS/man/en/options.rst')
-rw-r--r--DOCS/man/en/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 4174e1f0d6..9549f335c5 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1870,7 +1870,7 @@
Play files in random order.
``--sid=<ID|auto|no>``
- Display the subtitle stream specified by ``<ID>`` (0-31). ``auto`` selects
+ Display the subtitle stream specified by ``<ID>``. ``auto`` selects
the default, ``no`` disables subtitles.
See also ``--slang``, ``--no-sub``.