summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-09-18 14:26:10 +0200
committerwm4 <wm4@nowhere>2020-09-18 14:26:41 +0200
commitfb3facf05268b43dbdf31994cb8a7ee192883874 (patch)
tree6a3a681e996914874b219e37cd04b30e08074a7b /DOCS
parentf4c39c74d4da11fc50fbb19210b5c0f3bfd7d332 (diff)
downloadmpv-fb3facf05268b43dbdf31994cb8a7ee192883874.tar.bz2
mpv-fb3facf05268b43dbdf31994cb8a7ee192883874.tar.xz
msg: make --msg-time show time in seconds
More readable, similar to what --log-file will use (although the terminal code shows microseconds and uses less left padding).
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index b2e41bca76..ed0b38c719 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4493,7 +4493,7 @@ Terminal
``--msg-time``
Prepend timing information to each console message. The time is in
- microseconds since the player process was started (technically, slightly
+ seconds since the player process was started (technically, slightly
later actually), using a monotonic time source depending on the OS. This
is ``CLOCK_MONOTONIC`` on sane UNIX variants.