summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/options.rst
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-05-23 21:03:11 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2014-05-23 21:14:22 +0200
commitcec9613505c78e7e5c9d2fe5bcfd59d59e9e91dd (patch)
tree06ef40b0b831afc5c73f0a5e053982841bb4e832 /DOCS/man/en/options.rst
parent76bd701a7a5ce098cf348843f680b4a989ff6f23 (diff)
downloadmpv-cec9613505c78e7e5c9d2fe5bcfd59d59e9e91dd.tar.bz2
mpv-cec9613505c78e7e5c9d2fe5bcfd59d59e9e91dd.tar.xz
manpage: update references to renamed options
Diffstat (limited to 'DOCS/man/en/options.rst')
-rw-r--r--DOCS/man/en/options.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 338413c211..2aa148a70a 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -39,7 +39,7 @@ OPTIONS
``--ad-lavc-downmix=<yes|no>``
Whether to request audio channel downmixing from the decoder (default: yes).
Some decoders, like AC-3, AAC and DTS, can remix audio on decoding. The
- requested number of output channels is set with the ``--channels`` option.
+ requested number of output channels is set with the ``--audio-channels`` option.
Useful for playing surround audio on a stereo system.
``--ad-lavc-threads=<0-16>``
@@ -2334,7 +2334,7 @@ OPTIONS
``--term-playing-msg=<string>``
Print out a string after starting playback. The string is expanded for
- properties, e.g. ``--playing-msg='file: ${filename}'`` will print the string
+ properties, e.g. ``--term-playing-msg='file: ${filename}'`` will print the string
``file:`` followed by a space and the currently played filename.
See `Property Expansion`_.