summaryrefslogtreecommitdiff
path: root/pym
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 /pym
parent0f152f27af3b758b904d257931c17da490468b8e (diff)
downloadgentoolkit-04e5656fe2f8b93b28ebb716275f10d8061cd45f.tar.gz
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 'pym')
-rw-r--r--pym/gentoolkit/revdep_rebuild/rebuild.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pym/gentoolkit/revdep_rebuild/rebuild.py b/pym/gentoolkit/revdep_rebuild/rebuild.py
index fe00069..80ba542 100644
--- a/pym/gentoolkit/revdep_rebuild/rebuild.py
+++ b/pym/gentoolkit/revdep_rebuild/rebuild.py
@@ -56,9 +56,9 @@ def print_usage():
-h, --help Print this usage
-i, --ignore Ignore temporary files from previous runs
(also won't create any)
- -L, --library NAME Emerge existing packages that use
- the library with NAME
- --library=NAME NAME can be a full or partial library name
+ -L, --library NAME Unconditionally emerge existing packages that use
+ --library=NAME the library with NAME. NAME can be a full or partial
+ library name
-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.)