Remove documentation of the old "-R" option for recursive searching of
authorEinvalSledge@gmail.com <EinvalSledge@gmail.com@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Wed, 13 Jun 2012 00:07:16 +0000 (00:07 +0000)
committerEinvalSledge@gmail.com <EinvalSledge@gmail.com@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Wed, 13 Jun 2012 00:07:16 +0000 (00:07 +0000)
local CDDB data, it's now enabled always. (Closes issue 57).

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

abcde
abcde.1
changelog

diff --git a/abcde b/abcde
index 871c313..b4a9000 100755 (executable)
--- a/abcde
+++ b/abcde
@@ -56,7 +56,6 @@ echo "-q <level>"
 echo "       Set quality level (high,medium,low)"
 echo "-r <host1[,host2]...>"
 echo "       Also encode on these remote hosts"
-echo "-R     Use local CDDB in recursive mode"
 echo "-s <field>"
 echo "       Show fields from the CDDB info (year,genre)"
 echo "-S <#> Set the CD speed"
diff --git a/abcde.1 b/abcde.1
index b20855f..a3be57b 100644 (file)
--- a/abcde.1
+++ b/abcde.1
@@ -157,10 +157,6 @@ are used in the config file(s).
 Remote encode on this comma-delimited list of machines using \fBdistmp3\fR. See
 the REMOTEHOSTS configuration variable.
 .TP
-.B \-R
-When CDDBLOCALDIR and CDDBUSELOCAL are defined, search recursively under the
-defined directory for matches of the CDDB entry.
-.TP
 .B \-s [fields...]
 List, separated by commas, the fields to be shown in the CDDB parsed entries.
 Right now it only uses "year" and "genre".
index fe84140..ee2cd4d 100644 (file)
--- a/changelog
+++ b/changelog
@@ -10,6 +10,8 @@ abcde 2.5.3 UNRELEASED
     album. Closes: #669143
   * Add Recommends: atomicparsley in the Debian packaging for Debian/Ubuntu
     users. LP: #535527
+  * Remove documentation of the old "-R" option for recursive searching of
+    local CDDB data, it's now enabled always. (Closes issue 57).
 
  -- Steve McIntyre <93sam@debian.org>  Mon, 30 Apr 2012 16:59:14 +0100