summaryrefslogtreecommitdiff
path: root/trunk/src/eclean
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2006-11-27 21:14:58 +0000
committerfuzzyray <fuzzyray@gentoo.org>2006-11-27 21:14:58 +0000
commitbd77349abdb9d1a06118e04f3f8842216a1c9f78 (patch)
tree1866bc739422d90a65487c44ce7f9d59a8fa4e45 /trunk/src/eclean
parent719b8da24634c0748a98af4a57184de4d75b8455 (diff)
downloadgentoolkit-bd77349abdb9d1a06118e04f3f8842216a1c9f78.tar.gz
Fix typographical error in eclean help and man page. (Bug #156243)
svn path=/; revision=324
Diffstat (limited to 'trunk/src/eclean')
-rw-r--r--trunk/src/eclean/eclean2
-rw-r--r--trunk/src/eclean/eclean.12
2 files changed, 2 insertions, 2 deletions
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=<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: "+ \
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=<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