commit: 0227cb27406e0de9bf09e0c28dd46da39b37e4a1
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 18:27:09 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> 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 <whissi <AT> 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"