From ad8b65317ae74f8838269c5792f27164b513f985 Mon Sep 17 00:00:00 2001 From: data Date: Mon, 4 Oct 2004 07:21:34 +0000 Subject: [PATCH] Small help screen rework git-svn-id: http://abcde.googlecode.com/svn/trunk@24 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- abcde | 66 +++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 37 insertions(+), 29 deletions(-) diff --git a/abcde b/abcde index 44875bd..322bc2a 100755 --- a/abcde +++ b/abcde @@ -11,45 +11,53 @@ # Copyright for this work is to expire January 1, 2010, after which it # shall be public domain. -VERSION="2.1pre2.2.0" +VERSION="2.2.0" usage () { echo "This is abcde v$VERSION." echo "Usage: abcde [options] [tracks]" echo "Options:" -echo "-1 Encode the whole CD in a single file" -echo "-a Actions to perform (cddb,read,normalize,encode,tag,move,playlist,clean)" -echo "-A Experimental actions (retag, transcode)" -echo "-b Batch mode: enable album normalization and nogap encoding" -echo "-c Specify a configuration file (overrides system and user config files)" -echo "-C Specify discid to resume from (only needed if you no longer have the cd)" -echo "-d Specify CDROM device to grab" -echo "-D Debugging mode (equivalent to sh -x abcde)" -echo "-h This help information" +echo "-1 Encode the whole CD in a single file" +echo "-a " +echo " Actions to perform (cddb,read,normalize,encode,tag,move,playlist,clean)" +echo "-A Experimental actions (retag, transcode)" +echo "-b Batch mode: enable album normalization and nogap encoding" +echo "-c " +echo " Specify a configuration file (overrides system and user config files)" +echo "-C " +echo " Specify discid to resume from (only needed if you no longer have the cd)" +echo "-d " +echo " Specify CDROM device to grab" +echo "-D Debugging mode (equivalent to sh -x abcde)" +echo "-h This help information" #echo "-i Tag files while encoding, when possible (local only) -NWY-" -echo "-j Number of encoder processes to run at once" -echo "-k Keep the wav tracks for later use" -echo "-l Use low disk space algorithm" -echo "-L Use local CDDB storage directory" -echo "-n No lookup. Don't query CDDB, just create and use template" -echo "-N Noninteractive. Never prompt for anything" -echo "-m Modify playlist to include CRLF endings, to comply with some players" -echo "-o Output file type(s) (ogg,mp3,flac,spx,mpc). Defaults to ogg" -echo "-p Pad track numbers with 0's (if less than 10 tracks)" +echo "-j <#> Number of encoder processes to run at once (localhost)" +echo "-k Keep the wav tracks for later use" +echo "-l Use low disk space algorithm" +echo "-L Use local CDDB storage directory" +echo "-n No lookup. Don't query CDDB, just create and use template" +echo "-N Noninteractive. Never prompt for anything" +echo "-m Modify playlist to include CRLF endings, to comply with some players" +echo "-o " +echo " Output file type(s) (ogg,mp3,flac,spx,mpc). Defaults to ogg" +echo "-p Pad track numbers with 0's (if less than 10 tracks)" #echo "-P Use UNIX pipes to read+encode without wav files" -echo "-r [host1,host2...] Also encode on these remote hosts" -echo "-R Add replaygain values to the tag info (only for ogg,flac)" -echo "-s Start the track numbering at a given number [DEPRECATED: use -t]" -echo "-S Set the CD speed" +echo "-r " +echo " Also encode on these remote hosts" +echo "-R Add replaygain values to the tag info (only for ogg,flac)" +echo "-S <#> Set the CD speed" #echo "-t File types to preprocess (wav)" #echo "-T Set postprocessing options" -echo "-t Start the track numbering at a given number" -echo "-T Start the track numbering at a given number, modifying tag numbering" -echo "-v Show version number and exit" -echo "-V Be a bit more verbose about what is happening behind the scenes" -echo "-x Eject CD after all tracks are read" -echo "-w [comment] Add a comment to the CD tracks" +echo "-t <#> Start the track numbering at a given number" +echo "-T <#> Same as -t but modifies tag numbering" +echo "-v Show version number and exit" +echo "-V Be a bit more verbose about what is happening behind the scenes" +echo "-x Eject CD after all tracks are read" +echo "-w " +echo " Add a comment to the CD tracks" +echo "-W <#> Contatenate CDs: -T #01 -w \"CD #\"" +echo "" echo "Tracks is a space-delimited list of tracks to grab." echo "Ranges specified with hyphens are allowed." } -- 2.20.1