diff options
author | nicolas <nicolas@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-05-29 13:19:37 +0000 |
---|---|---|
committer | nicolas <nicolas@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-05-29 13:19:37 +0000 |
commit | ea29761c8af52b934b3a8ff541c85187b20c3d4d (patch) | |
tree | 720067c50362d509c2570a36e750be39d6e8d8fa /DOCS/xml/en | |
parent | d7239cbaccc60554478f74de0967bd64f56bd000 (diff) |
-cdrom-device is optional
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10204 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en')
-rw-r--r-- | DOCS/xml/en/cd-dvd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/xml/en/cd-dvd.xml b/DOCS/xml/en/cd-dvd.xml index d98b216bcb..79ccbe35e8 100644 --- a/DOCS/xml/en/cd-dvd.xml +++ b/DOCS/xml/en/cd-dvd.xml @@ -282,7 +282,7 @@ to set the region code of your DVD drive (under Linux). <para> For the complete list of available options, please read the man page. The Syntax for a standard Video CD (VCD) is as follows: -<screen>mplayer vcd://<replaceable><track></replaceable> -cdrom-device <replaceable><device></replaceable></screen> +<screen>mplayer vcd://<replaceable><track></replaceable> [-cdrom-device <replaceable><device></replaceable>]</screen> Example: <screen>mplayer vcd://2 -cdrom-device /dev/hdc</screen> The default VCD device is <filename>/dev/cdrom</filename>. If your setup |