* Sort options alphabetically (Closes issue 58).
authorEinvalSledge@gmail.com <EinvalSledge@gmail.com@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Mon, 30 Apr 2012 16:00:16 +0000 (16:00 +0000)
committerEinvalSledge@gmail.com <EinvalSledge@gmail.com@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Mon, 30 Apr 2012 16:00:16 +0000 (16:00 +0000)
    Thanks to vskytta for the patch.

git-svn-id: http://abcde.googlecode.com/svn/trunk@331 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

abcde
abcde.1
changelog

diff --git a/abcde b/abcde
index f725888..53f18f8 100755 (executable)
--- a/abcde
+++ b/abcde
@@ -43,11 +43,11 @@ 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 "       WARNING: Deprecated. Use \"cue\" action"
 #echo "-M     Create a CUE file"
+echo "-n     No lookup. Don't query CDDB, just create and use template"
+echo "-N     Noninteractive. Never prompt for anything"
 echo "-o <type1[,type2]...>"
 echo "       Output file type(s) (vorbis,mp3,flac,spx,mpc,wav,m4a). Defaults to vorbis"
 echo "-p     Pad track numbers with 0's (if less than 10 tracks)"
diff --git a/abcde.1 b/abcde.1
index aade3bb..b20855f 100644 (file)
--- a/abcde.1
+++ b/abcde.1
@@ -123,6 +123,10 @@ Use the low-diskspace algorithm. See the LOWDISK configuration variable.
 .B \-L
 Use a local CDDB repository. See CDDBLOCALDIR variable.
 .TP
+.B \-m
+Create DOS-style playlists, modifying the resulting one by adding CRLF line
+endings. Some hardware players insist on having those to work.
+.TP
 .B \-n
 Do not query CDDB database. Create and use a template. Edit the template to
 provide song names, artist(s), ...
@@ -130,10 +134,6 @@ provide song names, artist(s), ...
 .B \-N
 Non interactive mode. Do not ask anything from the user. Just go ahead.
 .TP
-.B \-m
-Create DOS-style playlists, modifying the resulting one by adding CRLF line
-endings. Some hardware players insist on having those to work.
-.TP
 .B \-o [filetype][:filetypeoptions]
 Select output type. Can be "vorbis" (or "ogg"), "mp3", "flac", "spx", "mpc",
 "m4a" or "wav".  Specify a comma-delimited list of output types to obtain all
index 0634983..b3f8533 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,6 +1,9 @@
 abcde 2.5.3 UNRELEASED
 
- -- Steve McIntyre <93sam@debian.org>  Sun, 29 Apr 2012 17:17:14 +0100
+  * Sort options alphabetically (Closes issue 58).
+    Thanks to vskytta for the patch.
+
+ -- Steve McIntyre <93sam@debian.org>  Mon, 30 Apr 2012 16:59:14 +0100
 
 abcde 2.5.2