From: EinvalSledge@gmail.com Date: Wed, 13 Jun 2012 00:07:16 +0000 (+0000) Subject: Remove documentation of the old "-R" option for recursive searching of X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/7f6fce85f2461d7e5850fc6d922faa64c7ba4929?hp=0988ff6c53ece4ab45788798db8d5531cf3c6fbe Remove documentation of the old "-R" option for recursive searching of 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 --- diff --git a/abcde b/abcde index 871c313..b4a9000 100755 --- a/abcde +++ b/abcde @@ -56,7 +56,6 @@ echo "-q " echo " Set quality level (high,medium,low)" echo "-r " echo " Also encode on these remote hosts" -echo "-R Use local CDDB in recursive mode" echo "-s " 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 --- 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". diff --git a/changelog b/changelog index fe84140..ee2cd4d 100644 --- 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