summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-03-28 12:10:37 +0000
committerZac Medico <zmedico@gentoo.org>2008-03-28 12:10:37 +0000
commit32406b250b92be6cd3a8c6302bd6061aedc571ee (patch)
tree3b76fdb466c60a50ab3b82969b5ba08573409e5e /bin/ebuild.sh
parent20324ca59e2fb1d2d0b5b8396eb9532a9602446e (diff)
downloadportage-32406b250b92be6cd3a8c6302bd6061aedc571ee.tar.gz
portage-32406b250b92be6cd3a8c6302bd6061aedc571ee.tar.bz2
portage-32406b250b92be6cd3a8c6302bd6061aedc571ee.zip
Bug #174634 - Fix ebuild 'digest' and 'manifest' behave 100% identically and
update the docs to reflect this. (trunk r9475) svn path=/main/branches/2.1.2/; revision=9557
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 6df1af492..395510fb6 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1043,7 +1043,7 @@ dyn_help() {
echo " help : show this help screen"
echo " setup : execute package specific setup actions"
echo " fetch : download source archive(s) and patches"
- echo " digest : create a digest and a manifest file for the package"
+ echo " digest : create a manifest file for the package"
echo " manifest : create a manifest file for the package"
echo " unpack : unpack/patch sources (auto-fetch if needed)"
echo " compile : compile sources (auto-fetch/unpack if needed)"