From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QTzSc-0006gG-VP for garchives@archives.gentoo.org; Tue, 07 Jun 2011 16:48:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCB521C097; Tue, 7 Jun 2011 16:48:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AF3B41C097 for ; Tue, 7 Jun 2011 16:48:51 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E2CB1B4007 for ; Tue, 7 Jun 2011 16:48:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 98CA68003C for ; Tue, 7 Jun 2011 16:48:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: Subject: [gentoo-commits] proj/pms-test-suite:master commit in: PMSTestSuite/ X-VCS-Repository: proj/pms-test-suite X-VCS-Files: PMSTestSuite/cli.py X-VCS-Directories: PMSTestSuite/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ab488c3ecd7a5ab0df215b8c511fc94024e90646 Date: Tue, 7 Jun 2011 16:48:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: bd29c892bc514ba2f7da46ee039f8a8f commit: ab488c3ecd7a5ab0df215b8c511fc94024e90646 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Tue Jun 7 16:10:16 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Tue Jun 7 16:10:16 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pms-test-suit= e.git;a=3Dcommit;h=3Dab488c3e Use proper professional wording. --- PMSTestSuite/cli.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PMSTestSuite/cli.py b/PMSTestSuite/cli.py index 7901d85..35320e1 100644 --- a/PMSTestSuite/cli.py +++ b/PMSTestSuite/cli.py @@ -64,7 +64,7 @@ class PMSTestSuiteCLI(object): (opts, args) =3D opt.parse_args(list(args)) =20 if opts.repo_path and opts.repo_name: - opt.error('--repository-path and --repository-name can not be used to= gether') + opt.error('--repository-path and --repository-name are mutually exclu= sive') =20 for x in get_package_managers(): if x.name =3D=3D opts.pm: