summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorRicardo Constantino <wiiaboo@gmail.com>2018-03-15 14:20:12 +0000
committerRicardo Constantino <wiiaboo@gmail.com>2018-03-15 14:20:12 +0000
commit38e5b141c69526808ed23807cc1012ea0c7630c0 (patch)
tree10ece3cd2bd85a33fd4bc11f882cbe6153dbce5a /DOCS
parentbd0a636d8b6f44297c232f6bf0cf95aea655c04f (diff)
downloadmpv-38e5b141c69526808ed23807cc1012ea0c7630c0.tar.bz2
mpv-38e5b141c69526808ed23807cc1012ea0c7630c0.tar.xz
DOCS/options: clarify that --end also supports relative time
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index c2180fd7e7..8713cf7244 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -129,8 +129,8 @@ Playback Control
``--start='#2' --end='#4'``
Plays chapters 2 and 3, and exits.
-``--end=<time>``
- Stop at given absolute time. Use ``--length`` if the time should be relative
+``--end=<relative time>``
+ Stop at given time. Use ``--length`` if the time should be relative
to ``--start``. See ``--start`` for valid option values and examples.
``--length=<relative time>``