Fixed -0 option in tagfromfilename

This commit is contained in:
2009-03-27 18:00:23 -04:00
committed by Patrick Wiggins
parent f0a348c0ae
commit 0e54174dd7
2 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ $HELP_MSG = "# CD Ripper v$VERSION\n\tusage: cdripper [--no-cddb] [-a] " .
"-o [num]:\tOffset track numbers by num. The first track will be num+1\n" .
"-y:\t\tDon't prompt for user confirmation of CDDB information\n\t\t(assume defaults are okay).\n" .
"--no-cddb:\tDon't use CDDB. Prompt the user for all information.\n" .
"-T:\t\tWrite uppercase tag names. Passes -T to tagfromfilename";
"-T:\t\tWrite uppercase tag names. Passes -T to tagfromfilename\n";
$CDPARANOIA_FORMAT = 'track*.cdda';
$TRACK_ZERO = 'track00';