aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-07-21 20:27:09 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-07-21 20:27:09 +0200
commit0227cb27406e0de9bf09e0c28dd46da39b37e4a1 (patch)
tree4a8571da42f54724879adc9fdf2dce087070fb1a /gen_cmdline.sh
parentgenkernel: Bump to v4.0.0_beta8 (diff)
downloadgenkernel-0227cb27406e0de9bf09e0c28dd46da39b37e4a1.tar.gz
genkernel-0227cb27406e0de9bf09e0c28dd46da39b37e4a1.tar.bz2
genkernel-0227cb27406e0de9bf09e0c28dd46da39b37e4a1.zip
gen_cmdline.sh: longusage(): Fix --microcode parameter
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'gen_cmdline.sh')
-rwxr-xr-xgen_cmdline.sh2
1 files changed, 1 insertions, 1 deletions
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"