[vlc-commits] Correct/update dvd:// syntax
Rémi Denis-Courmont
git at videolan.org
Sun Sep 25 14:35:20 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Sep 25 15:30:43 2011 +0300| [1f62123c42092f2a38f898206d9ce4b2e1a19946] | committer: Rémi Denis-Courmont
Correct/update dvd:// syntax
I don't know when "raw_device" was used, but it must have been removed
a loooooooong time ago.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1f62123c42092f2a38f898206d9ce4b2e1a19946
---
src/config/help.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/config/help.c b/src/config/help.c
index 41a4d59..c0cba68 100644
--- a/src/config/help.c
+++ b/src/config/help.c
@@ -154,7 +154,7 @@ static const char vlc_usage[] = N_(
" ftp://host[:port]/file FTP URL\n"
" mms://host[:port]/file MMS URL\n"
" screen:// Screen capture\n"
- " dvd://[device][@raw_device] DVD device\n"
+ " dvd://[device] DVD device\n"
" vcd://[device] VCD device\n"
" cdda://[device] Audio CD device\n"
" udp://[[<source address>]@[<bind address>][:<bind port>]]\n"
More information about the vlc-commits
mailing list