1
mirror of https://github.com/mpv-player/mpv synced 2024-10-10 13:27:03 +02:00

Fix a wrong cmdline example of using -menu-chroot.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25134 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ulion 2007-11-21 17:15:20 +00:00
parent 3ce51a62d3
commit 248c247785

View File

@ -926,7 +926,7 @@ Chroot the file selection menu to a specific location.
.I EXAMPLE:
.PD 0
.RSs
.IPs "\-menu\-chroot=/home"
.IPs "\-menu\-chroot /home"
Will restrict the file selection menu to /\:home and downward (i.e.\& no
access to / will be possible, but /home/user_name will).
.RE