summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2015-01-27 08:46:46 +0100
committerMartin Herkt <lachs0r@srsfckn.biz>2015-01-27 08:46:46 +0100
commitf6e05b14b26549c4beaaf754149c99fa20b11bd3 (patch)
tree1f3b5d8d0c5322200b9d6b9ec0b605a6c2c40db2
parent00b261135248be957dd14ae9e8ca26430a39fae0 (diff)
downloadmpv-f6e05b14b26549c4beaaf754149c99fa20b11bd3.tar.bz2
mpv-f6e05b14b26549c4beaaf754149c99fa20b11bd3.tar.xz
manpage: fix rst2pdf build
Uhhh… What???
-rw-r--r--DOCS/man/options.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 0109c5e019..a60302c27d 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -305,6 +305,11 @@ Program Behavior
``--list-protocols``
Print a list of the supported protocols.
+``--log-file=<path>``
+ Opens the given path for writing, and print log messages to it. Existing
+ files will be truncated. The log level always corresponds to ``-v``,
+ regardless of terminal verbosity levels.
+
``--config-dir=<path>``
Force a different configuration directory. If this is set, the given
directory is used to load configuration files, and all other configuration
@@ -443,11 +448,6 @@ Program Behavior
``bestvideo+bestaudio``.
(Default: ``best``)
-``--log-file=<path>``
- Opens the given path for writing, and print log messages to it. Existing
- files will be truncated. The log level always corresponds to ``-v``,
- regardless of terminal verbosity levels.
-
Video
-----