From: Paul Varner Date: Wed, 13 Jul 2011 15:50:42 +0000 (-0500) Subject: Change description from 'analyze' to 'revdep-rebuild' description X-Git-Tag: gentoolkit-0.3.0.5~25^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=34a1346c93ddcc968a3e1189138be0bb0aa431a6;p=gentoolkit.git Change description from 'analyze' to 'revdep-rebuild' description --- diff --git a/bin/revdep-rebuild b/bin/revdep-rebuild index a4c8e11..cd7be0b 100755 --- a/bin/revdep-rebuild +++ b/bin/revdep-rebuild @@ -6,10 +6,9 @@ # # $Header$ -"""'analyse' is a flexible utility for Gentoo linux which can display various -information about installed packages, such as the USE flags used and the -packages that use them. It can also be used to help rebuild /etc/portage/package.* -files in the event of corruption, and possibly more. +"""'revdep-rebuild' scans libraries and binaries for missing shared library dependencies and attempts to fix them by re-emerging +those broken binaries and shared libraries. It is useful when an upgraded package breaks other software packages that are +dependent upon the upgraded package. """ from __future__ import print_function