Updated usage for new -a option
authorAlan J. Pippin <ajp@pippins.net>
Wed, 20 May 2009 20:26:23 +0000 (14:26 -0600)
committerAlan J. Pippin <ajp@pippins.net>
Wed, 20 May 2009 20:26:57 +0000 (14:26 -0600)
rip_dvd

diff --git a/rip_dvd b/rip_dvd
index f53f99aaa45e0372b1d9e77caa08a3b630bdc7a7..a63ca4d7b15a7477ddbacaf52a3b48641eea4a0f 100755 (executable)
--- a/rip_dvd
+++ b/rip_dvd
@@ -110,7 +110,7 @@ function usage() {
     echo >&2 "   -b <bitrate>  Set the bitrate desired in the AVI file in kbits/sec (ex: 1500, 2000 (default), etc)"    
     echo >&2 "   -a <W:H>      Specify the width x height aspect ratio to scale the DVD to (only used in -x mode)"
     echo >&2 "      <W>        If only the width is given, it will autoset the height to a value which preserves the aspect ratio"
-    echo >&2 "                 The default behavior is autoaspect mode, which preserves the original aspect."
+    echo >&2 "                 The default behavior is autoaspect mode, which preserves the original aspect, with no scaling being done"
     echo >&2 "   -2            Use 2 channel MP3 audio encoding when making an AVI file (default is 6 channel AC3)"
     echo >&2 "   -k            Keep the intermediate files (good for debugging)"
     echo >&2 "                 In -x mode, run with this option to keep the original .VOB file"