From 34a1346c93ddcc968a3e1189138be0bb0aa431a6 Mon Sep 17 00:00:00 2001 From: Paul Varner Date: Wed, 13 Jul 2011 10:50:42 -0500 Subject: [PATCH] Change description from 'analyze' to 'revdep-rebuild' description --- bin/revdep-rebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 2.26.2