From: Sebastian Pipping Date: Thu, 20 Jan 2011 17:17:49 +0000 (+0100) Subject: docs: Fix indentation in "genkernel --help" X-Git-Tag: v3.4.12~1^2~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=69cc4a89275366708d0a0dd0b3cc26954f5fb547;p=genkernel.git docs: Fix indentation in "genkernel --help" --- diff --git a/gen_cmdline.sh b/gen_cmdline.sh index 7fe905d..ebf69ea 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -93,10 +93,10 @@ longusage() { echo " --luks Include LUKS support" echo " --> 'emerge cryptsetup-luks' with USE=-dynamic" echo " --gpg Include GPG-armored LUKS key support" - echo " --no-busybox Do not include busybox in the initramfs." - echo " --unionfs Include support for unionfs" - echo " --netboot Create a self-contained env in the initramfs" - echo " --real-root= Specify a default for real_root=" + echo " --no-busybox Do not include busybox in the initramfs." + echo " --unionfs Include support for unionfs" + echo " --netboot Create a self-contained env in the initramfs" + echo " --real-root= Specify a default for real_root=" echo " Internals" echo " --arch-override= Force to arch instead of autodetect" echo " --cachedir= Override the default cache location"