From: fuzzyray Date: Mon, 27 Nov 2006 21:14:58 +0000 (-0000) Subject: Fix typographical error in eclean help and man page. (Bug #156243) X-Git-Tag: gentoolkit-0.2.4.3~189 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bd77349abdb9d1a06118e04f3f8842216a1c9f78;p=gentoolkit.git Fix typographical error in eclean help and man page. (Bug #156243) svn path=/; revision=324 --- diff --git a/trunk/ChangeLog b/trunk/ChangeLog index f5a6876..134cfdd 100644 --- a/trunk/ChangeLog +++ b/trunk/ChangeLog @@ -1,3 +1,6 @@ +2006-11-27 Paul Varner + * eclean: Fix typographical error in help and man page. (Bug #156243) + 2006-10-11 Paul Varner * equery: Fix fileAsStr to understand device files. (http://forums.gentoo.org/viewtopic-p-3639575.html) diff --git a/trunk/src/eclean/eclean b/trunk/src/eclean/eclean index c631cea..066b0d2 100644 --- a/trunk/src/eclean/eclean +++ b/trunk/src/eclean/eclean @@ -157,7 +157,7 @@ def printUsage(error=None,help=None): print >>out, yellow(" -f, --fetch-restricted")+ \ " - protect fetch-restricted files (when --destructive)" print >>out, yellow(" -s, --size-limit=")+ \ - " - don't delete disfiles bigger than "+yellow("") + " - don't delete distfiles bigger than "+yellow("") print >>out, " "+yellow(""), "is a size specification: "+ \ "\"10M\" is \"ten megabytes\", \"200K\" is" print >>out, " "+"\"two hundreds kilobytes\", etc. Units are: "+ \ diff --git a/trunk/src/eclean/eclean.1 b/trunk/src/eclean/eclean.1 index f701dfa..76bbe9b 100644 --- a/trunk/src/eclean/eclean.1 +++ b/trunk/src/eclean/eclean.1 @@ -97,7 +97,7 @@ command\-line. .TP \fB\-f, \-\-fetch-restricted\fP protect fetch-restricted files (\-\-destructive only) .TP -\fB\-s, \-\-size-limit=\fP don't delete disfiles bigger than +\fB\-s, \-\-size-limit=\fP don't delete distfiles bigger than is a size specification: "10M" is "ten megabytes", "200K" is "two hundreds kilobytes", etc. .br