summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-02 16:05:52 +0100
committerwm4 <wm4@nowhere>2014-11-02 16:05:58 +0100
commit95a5624946f3a6be3c7b79badebf1829f4633539 (patch)
tree42bd62fb0c79eed5d6a5e9ef654fa479b5f5c57a /DOCS/man/mpv.rst
parent0c3df23335beb46d02d288d04ff080e18052d42f (diff)
downloadmpv-95a5624946f3a6be3c7b79badebf1829f4633539.tar.bz2
mpv-95a5624946f3a6be3c7b79badebf1829f4633539.tar.xz
manpage: update --playlist comments
Using the --playlist option is no longer recommended. A while ago, mpv rewrote all playlist parsers and added some minimal security mechanisms (like not allowing local file access or unsafe protocols in remote playlists). Further, mpv can load playlists by passing them as normal file arguments, without the option. Now, --playlist is needed only in these situations: 1) loading plaintext files 2) disabling additional security mechanisms (e.g. using a remote playlist to play local files)
Diffstat (limited to 'DOCS/man/mpv.rst')
-rw-r--r--DOCS/man/mpv.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 4c2c1791b2..e6aefb2859 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -12,8 +12,7 @@ a media player
SYNOPSIS
========
-| **mpv** [options] [file|URL|-]
-| **mpv** [options] --playlist=PLAYLIST
+| **mpv** [options] [file|URL|PLAYLIST|-]
| **mpv** [options] files
DESCRIPTION