summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorPhilip Sequeira <phsequei@gmail.com>2016-10-01 14:51:17 -0400
committerwm4 <wm4@nowhere>2016-10-02 18:01:52 +0200
commitff531b71e3c593c6a05475fcb2510ee00ec7c9d4 (patch)
tree8535eed056dbc2ebb5f37e1be36942bfa7d0f61c /DOCS/man
parent3a5cbf39072fd07f457560f25899dda442246b20 (diff)
downloadmpv-ff531b71e3c593c6a05475fcb2510ee00ec7c9d4.tar.bz2
mpv-ff531b71e3c593c6a05475fcb2510ee00ec7c9d4.tar.xz
command: allow absolute seeks relative to end of stream
"seek -10 absolute" will seek to 10 seconds before the end. This more or less matches the --start option and negative seeks were otherwise useless (they just clipped to 0).
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/input.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index c7a9d26cac..d15aa41903 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -95,7 +95,7 @@ List of Input Commands
relative (default)
Seek relative to current position (a negative value seeks backwards).
absolute
- Seek to a given time.
+ Seek to a given time (a negative value starts from the end of the file).
absolute-percent
Seek to a given percent position.
relative-percent