From bb2f5a95536dedf3fe300f7bcf5a385d255c3331 Mon Sep 17 00:00:00 2001 From: Slawek Lis Date: Fri, 7 Nov 2014 21:08:48 +0100 Subject: help text update --- pym/gentoolkit/revdep_rebuild/settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pym/gentoolkit/revdep_rebuild/settings.py b/pym/gentoolkit/revdep_rebuild/settings.py index e42a242..fa91685 100644 --- a/pym/gentoolkit/revdep_rebuild/settings.py +++ b/pym/gentoolkit/revdep_rebuild/settings.py @@ -79,8 +79,8 @@ def parse_options(): parser.add_argument('-L', '--library', action='append', help='Unconditionally emerge existing packages that use ' - 'the library with NAME. NAME can be a full or partial ' - 'name') + 'the library with NAME. NAME can be a full path, full ' + 'or partial name') parser.add_argument('-l', '--no-ld-path', action='store_true', help='Do not set LD_LIBRARY_PATH') @@ -89,7 +89,7 @@ def parse_options(): help='Do not check the build order ' '(Saves time, but may cause breakage.)') parser.add_argument('-p', '--pretend', - action='store_true', + action='store_true', help='Do a trial run without actually emerging anything ' '(also passed to emerge command)') -- cgit v1.2.3-65-gdbad