summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Jacobs <ryan.mjacobs@gmail.com>2015-01-02 09:32:14 -0800
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-01-25 17:00:09 +0900
commit4a6cb859931c6cd2bda253497fe12b886129d7bb (patch)
tree87209b2c40413b665bd3654a4c833314bf0b37de
parent74a3d29f21d9faf290ba0fd6e86abb9682c0ac17 (diff)
downloadmpv-4a6cb859931c6cd2bda253497fe12b886129d7bb.tar.bz2
mpv-4a6cb859931c6cd2bda253497fe12b886129d7bb.tar.xz
manpage: talk about one script, not multiple scripts
There aren't multiple scripts. We're just talking about one: youtube-dl. Signed-off-by: wm4 <wm4@nowhere>
-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 adb8128abe..9a86656b2a 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -421,8 +421,8 @@ Program Behavior
``--ytdl``, ``--no-ytdl``
Enable the youtube-dl hook-script. It will look at the input URL, and will
play the video located on the website. This works with many streaming sites,
- not just the one the scripts are named after. This requires a recent version
- of youtube-dl to be installed on the system. (Enabled by default.)
+ not just the one that the script is named after. This requires a recent
+ version of youtube-dl to be installed on the system. (Enabled by default.)
If the script can't do anything with an URL, it will do nothing.