aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-01-02 21:37:09 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2017-01-02 21:37:09 -0800
commit002df8f1bfc4e9507b040f3badac19806bb031c0 (patch)
tree527aa5aba6e045b9a5add7f42440d8351f385656
parentAdd quiet_genkernel to make quieter boot. (diff)
downloadgenkernel-002df8f1bfc4e9507b040f3badac19806bb031c0.tar.gz
genkernel-002df8f1bfc4e9507b040f3badac19806bb031c0.tar.bz2
genkernel-002df8f1bfc4e9507b040f3badac19806bb031c0.zip
Tweak wording for --strip.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-xgen_cmdline.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_cmdline.sh b/gen_cmdline.sh
index 37d1b5cb..5c851407 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"