aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPaul Varner <fuzzyray@gentoo.org>2012-02-06 10:20:23 -0600
committerPaul Varner <fuzzyray@gentoo.org>2012-02-06 10:20:23 -0600
commit04e5656fe2f8b93b28ebb716275f10d8061cd45f (patch)
tree2db05e96b77bd51e75d48b277298613aa8963da0 /bin
parentfix bug 398103 to properly delete broken symlinks and not abort. (diff)
downloadgentoolkit-04e5656fe2f8b93b28ebb716275f10d8061cd45f.tar.gz
gentoolkit-04e5656fe2f8b93b28ebb716275f10d8061cd45f.tar.bz2
gentoolkit-04e5656fe2f8b93b28ebb716275f10d8061cd45f.zip
Change the documentation for revdep-rebuild --library.
Change the help output and man page to reflect that --library will unconditionally rebuild the packages with the named library.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/revdep-rebuild.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/revdep-rebuild.sh b/bin/revdep-rebuild.sh
index 538e101..50bc070 100755
--- a/bin/revdep-rebuild.sh
+++ b/bin/revdep-rebuild.sh
@@ -180,9 +180,9 @@ Broken reverse dependency rebuilder.
-h, --help Print this usage
-i, --ignore Ignore temporary files from previous runs
-k, --keep-temp Do not delete temporary files on exit
- -L, --library NAME Emerge existing packages that use the library with NAME
- --library=NAME NAME can be a full path to the library or a basic
- regular expression (man grep)
+ -L, --library NAME Unconditionally emerge existing packages that use the
+ --library=NAME library with NAME. NAME can be a full path to the
+ library or a basic regular expression (man grep)
-l, --no-ld-path Do not set LD_LIBRARY_PATH
-o, --no-order Do not check the build order
(Saves time, but may cause breakage.)