Fix typographical error in eclean help and man page. (Bug #156243)
authorfuzzyray <fuzzyray@gentoo.org>
Mon, 27 Nov 2006 21:14:58 +0000 (21:14 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Mon, 27 Nov 2006 21:14:58 +0000 (21:14 -0000)
svn path=/; revision=324

trunk/ChangeLog
trunk/src/eclean/eclean
trunk/src/eclean/eclean.1

index f5a68767d1790a4e53281ca891ccb8720fd4ebad..134cfdd268c47e5290b5598817a854c699dfd11a 100644 (file)
@@ -1,3 +1,6 @@
+2006-11-27 Paul Varner <fuzzyray@gentoo.org>
+       * eclean: Fix typographical error in help and man page. (Bug #156243)
+
 2006-10-11 Paul Varner <fuzzyray@gentoo.org>
        * equery: Fix fileAsStr to understand device files.
        (http://forums.gentoo.org/viewtopic-p-3639575.html)
index c631ceadf56b57cc7588ed38c0a075c1669da1a8..066b0d26177e589b0d0cc8c82fb49945ded347a0 100644 (file)
@@ -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=<size>")+ \
-                       "  - don't delete disfiles bigger than "+yellow("<size>")
+                       "  - don't delete distfiles bigger than "+yellow("<size>")
                print >>out, "   "+yellow("<size>"), "is a size specification: "+ \
                                "\"10M\" is \"ten megabytes\", \"200K\" is"
                print >>out, "   "+"\"two hundreds kilobytes\", etc.  Units are: "+ \
index f701dfa05b246efa5df7147d1e6b40148d4583c8..76bbe9b7618377dc20aad18feec6b6376ee489b7 100644 (file)
@@ -97,7 +97,7 @@ command\-line.
 .TP
 \fB\-f, \-\-fetch-restricted\fP                protect fetch-restricted files (\-\-destructive only)
 .TP
-\fB\-s, \-\-size-limit=<size>\fP       don't delete disfiles bigger than <size>
+\fB\-s, \-\-size-limit=<size>\fP       don't delete distfiles bigger than <size>
 <size> is a size specification: "10M" is "ten megabytes", "200K" is "two hundreds kilobytes",
 etc.
 .br