From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E6785138825 for ; Fri, 7 Nov 2014 20:41:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D871EE09B2; Fri, 7 Nov 2014 20:41:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2373CE099D for ; Fri, 7 Nov 2014 20:41:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB9803403C0 for ; Fri, 7 Nov 2014 20:41:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F7209A5B for ; Fri, 7 Nov 2014 20:41:32 +0000 (UTC) From: "Slawek Lis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Slawek Lis" Message-ID: <1415390928.bb2f5a95536dedf3fe300f7bcf5a385d255c3331.slis@gentoo> Subject: [gentoo-commits] proj/gentoolkit:gentoolkit commit in: pym/gentoolkit/revdep_rebuild/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/revdep_rebuild/settings.py X-VCS-Directories: pym/gentoolkit/revdep_rebuild/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: bb2f5a95536dedf3fe300f7bcf5a385d255c3331 X-VCS-Branch: gentoolkit Date: Fri, 7 Nov 2014 20:41:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b4639628-4145-4405-9e89-7cfe8fbfeefb X-Archives-Hash: 6165df8cda35b33df79d14ad6a7de823 commit: bb2f5a95536dedf3fe300f7bcf5a385d255c3331 Author: Slawek Lis gentoo org> AuthorDate: Fri Nov 7 20:08:48 2014 +0000 Commit: Slawek Lis gentoo org> CommitDate: Fri Nov 7 20:08:48 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=bb2f5a95 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)')