From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4318A139085 for ; Wed, 4 Jan 2017 00:11:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F2EDE0C40; Wed, 4 Jan 2017 00:11:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7BC35E0C0E for ; Wed, 4 Jan 2017 00:11:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88A6C341229 for ; Wed, 4 Jan 2017 00:11:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B295B261D for ; Wed, 4 Jan 2017 00:11:45 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1483421829.002df8f1bfc4e9507b040f3badac19806bb031c0.robbat2@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_cmdline.sh X-VCS-Directories: / X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 002df8f1bfc4e9507b040f3badac19806bb031c0 X-VCS-Branch: master Date: Wed, 4 Jan 2017 00:11:45 +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: e1bb8557-90d0-4f34-adbd-af420e1bb066 X-Archives-Hash: 6f5d90f11c16983c5d1ecbd43f3f09ba commit: 002df8f1bfc4e9507b040f3badac19806bb031c0 Author: Robin H. Johnson gentoo org> AuthorDate: Tue Jan 3 05:37:09 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Jan 3 05:37:09 2017 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=002df8f1 Tweak wording for --strip. Signed-off-by: Robin H. Johnson gentoo.org> gen_cmdline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_cmdline.sh b/gen_cmdline.sh index 37d1b5c..5c85140 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -178,7 +178,7 @@ longusage() { echo " Strip debug symbols from the installed kernel, modules," echo " all (default) or none" echo " --no-strip" - echo " Don't strip installed kernel or modules (alias for --strip=none)" + echo " Don't strip installed kernel or modules, alias for --strip=none" echo echo "For a detailed list of supported initramfs options and flags; issue:" echo " man 8 genkernel"