From d52b9ef8721af6a0e9cc71ef9b2b48012083f6eb Mon Sep 17 00:00:00 2001
From: "Alan J. Pippin" <ajp@pippins.net>
Date: Sat, 6 Feb 2010 21:30:21 -0700
Subject: [PATCH] Updated usage to reflect ability to rip directly from VOB

---
 rip_dvd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rip_dvd b/rip_dvd
index 6846ba3..7158101 100755
--- a/rip_dvd
+++ b/rip_dvd
@@ -142,6 +142,7 @@ function usage() {
     echo >&2 "                 2) If dvdname is a full path to a DVD folder, it will be ripped as a DVD instead of $dev"
     echo >&2 "                 3) If dvdname is a full path to an MPG2 file, it will be ripped as a DVD instead of $dev"
     echo >&2 "                 4) If dvdname is a full path to an ISO file, it will be ripped as a DVD instead of $dev"
+    echo >&2 "                 5) If dvdname is a full path to a VOB file, it will be ripped as a DVD instead of $dev"
     echo >&2 "   -p <profile>  Specify which encoding profile to use in -x mode as shown below:"
     echo >&2 "                 Mencoder and Handbrake Encoder Profiles:"
     echo >&2 "                 - xvidvhq = AVI, very high quality encoding, Xvid codec, 2 pass encoding (default)"
-- 
2.34.1