diff options
author | wm4 <wm4@nowhere> | 2013-10-25 20:33:46 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-10-25 20:33:46 +0200 |
commit | dbb4b00a1231c461eed96cef2853120024dca96f (patch) | |
tree | 42e0b397288ed07969ceac1e245e3f080c641d50 /DOCS/man | |
parent | de303d8ba4361bd4d7e7de09331edad64edd924f (diff) | |
download | mpv-dbb4b00a1231c461eed96cef2853120024dca96f.tar.bz2 mpv-dbb4b00a1231c461eed96cef2853120024dca96f.tar.xz |
manpage: clarify --heartbeat-interval operation
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/en/options.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index ef69788b21..d07c65c934 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -1045,9 +1045,14 @@ OPTIONS ``mpv --heartbeat-cmd="gnome-screensaver-command -p" file`` + ``--heartbeat-interval=<sec>`` Time between ``--heartbeat-cmd`` invocations in seconds (default: 30). + .. note:: + + This does not affect the normal screensaver operation in any way. + ``--help`` Show short summary of options. |