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 575AC1393FF for ; Sat, 25 Jul 2015 15:32:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7A6BE09A9; Sat, 25 Jul 2015 15:32:07 +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 33D46E09A9 for ; Sat, 25 Jul 2015 15:32:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C584340AB6 for ; Sat, 25 Jul 2015 15:32:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71F1DBC for ; Sat, 25 Jul 2015 15:32:04 +0000 (UTC) From: "Anthony G. Basile" 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" Message-ID: <1437838479.4042dbd16a841211c454b10d89fcf56ad315261e.blueness@gentoo> Subject: [gentoo-commits] proj/grss:master commit in: / X-VCS-Repository: proj/grss X-VCS-Files: grsup X-VCS-Directories: / X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 4042dbd16a841211c454b10d89fcf56ad315261e X-VCS-Branch: master Date: Sat, 25 Jul 2015 15:32:04 +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: 37a12fb3-4404-4f77-9c72-f7a7f5f17a6b X-Archives-Hash: 3b46b7eee7e07cd4e7c8ab8320f87ae1 commit: 4042dbd16a841211c454b10d89fcf56ad315261e Author: Anthony G. Basile gentoo org> AuthorDate: Sat Jul 25 15:34:39 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Jul 25 15:34:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=4042dbd1 grsup: improve usage() for kernel. grsup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grsup b/grsup index 816e982..2e726f0 100755 --- a/grsup +++ b/grsup @@ -98,7 +98,7 @@ def usage(rc=1): usage: grsup [pkg(s)] : update @world or pkg(s) if given grsup [-r|-d] pkg(s) : re-install or delete pkg(s) grsup -D : download all @world pkgs, don't install - grsup -k kernel : install 'kernel' version, or 'latest' + grsup -k : install kernel or 'latest' grsup -h : print this help """ print(usage)