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 C925C138336 for ; Sun, 21 Jul 2019 18:38:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEC00E0857; Sun, 21 Jul 2019 18:38:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81F51E0857 for ; Sun, 21 Jul 2019 18:38:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AC8C3483DB for ; Sun, 21 Jul 2019 18:38:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93A9B71A for ; Sun, 21 Jul 2019 18:38:33 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1563733629.0227cb27406e0de9bf09e0c28dd46da39b37e4a1.whissi@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: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 0227cb27406e0de9bf09e0c28dd46da39b37e4a1 X-VCS-Branch: master Date: Sun, 21 Jul 2019 18:38:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c6702b69-6130-40ce-9876-63bdd0d214bf X-Archives-Hash: 46bf14b16d732a74acf464f88932f4f9 commit: 0227cb27406e0de9bf09e0c28dd46da39b37e4a1 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Jul 21 18:27:09 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Jul 21 18:27:09 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=0227cb27 gen_cmdline.sh: longusage(): Fix --microcode parameter Signed-off-by: Thomas Deutschmann gentoo.org> gen_cmdline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_cmdline.sh b/gen_cmdline.sh index 17d66d2..247a674 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -39,7 +39,7 @@ longusage() { echo " --no-bcache Don't enable block layer cache (bcache) support in kernel" echo " --hyperv Enable Microsoft Hyper-V kernel options in kernel" echo " --no-hyperv Don't enable Microsoft Hyper-V kernel options in kernel" - echo " --microcode=(all,amd,intel)" + echo " --microcode=(all|amd|intel)" echo " Enable early microcode support in kernel configuration," echo " 'all' for all (default), 'amd' for AMD and 'intel' for" echo " Intel CPU types"