From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-827221-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 6C1DF139357
	for <garchives@archives.gentoo.org>; Sat,  8 Aug 2015 16:15:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E2BAFE0853;
	Sat,  8 Aug 2015 16:15:08 +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 96441E0853
	for <gentoo-commits@lists.gentoo.org>; Sat,  8 Aug 2015 16:15:08 +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 B4B513409E6
	for <gentoo-commits@lists.gentoo.org>; Sat,  8 Aug 2015 16:15:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 11DE9B2
	for <gentoo-commits@lists.gentoo.org>; Sat,  8 Aug 2015 16:15:05 +0000 (UTC)
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" <blueness@gentoo.org>
Message-ID: <1439050685.e4aead781c28383c3dba05ccdc05bc46a7a45e16.blueness@gentoo>
Subject: [gentoo-commits] proj/grss:master commit in: bin/
X-VCS-Repository: proj/grss
X-VCS-Files: bin/grsup
X-VCS-Directories: bin/
X-VCS-Committer: blueness
X-VCS-Committer-Name: Anthony G. Basile
X-VCS-Revision: e4aead781c28383c3dba05ccdc05bc46a7a45e16
X-VCS-Branch: master
Date: Sat,  8 Aug 2015 16:15:05 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 472992fa-f45d-425e-8ccf-62fc12979036
X-Archives-Hash: 3b820ac6f34e4366dffb8099587bd9d1

commit:     e4aead781c28383c3dba05ccdc05bc46a7a45e16
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  8 16:17:11 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Aug  8 16:18:05 2015 +0000
URL:        https://gitweb.gentoo.org/proj/grss.git/commit/?id=e4aead78

bin/grsup: improve English.

 bin/grsup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/grsup b/bin/grsup
index dc6c9c4..392005c 100755
--- a/bin/grsup
+++ b/bin/grsup
@@ -105,7 +105,7 @@ usage: grsup [-l] [pkg(s)]  : update @world or pkg(s) if given
        grsup -h             : print this help
 """
     if extra:
-        print('\nCombination of parameters invalid: %s' % extra)
+        print('\nInvalid combination of parameters: %s' % extra)
     print(use)
     sys.exit(rc)