docs: Fix indentation in "genkernel --help"
authorSebastian Pipping <sebastian@pipping.org>
Thu, 20 Jan 2011 17:17:49 +0000 (18:17 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Thu, 20 Jan 2011 17:17:49 +0000 (18:17 +0100)
gen_cmdline.sh

index 7fe905d50c465b3842ad83e4cd2cc4e706284287..ebf69ea2c1ce9a6420932a85edd6bf3ac9663b7f 100755 (executable)
@@ -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=<foo> 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=<foo>       Specify a default for real_root="
   echo "  Internals"
   echo "       --arch-override=<arch>  Force to arch instead of autodetect"
   echo "       --cachedir=<dir>        Override the default cache location"