diff options
author | Ryan Jacobs <ryan.mjacobs@gmail.com> | 2015-01-02 09:32:14 -0800 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-01-02 18:54:33 +0100 |
commit | 44cc65e5fbb41c731e7762ee7d2396a8130e1b9d (patch) | |
tree | fba46d6f09eab5c399b467631234c91b8f10ee7a /DOCS | |
parent | 7f584f68bfc1813383abc5d6da0579dbbf3b3471 (diff) |
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>
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/options.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 3a1c23e2f6..1a9048f0b1 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -427,8 +427,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. |