clean up some of the help output
authorMike Frysinger <vapier@gentoo.org>
Mon, 25 Oct 2004 22:57:30 +0000 (22:57 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 25 Oct 2004 22:57:30 +0000 (22:57 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@142 67a159dc-881f-0410-a524-ba9dfbe2cb84

gen_cmdline.sh

index eb8f71c570192b731649b382c312ba104ab3e536..a49a3b55782943f44efb88e8a24f8db405524dd6 100755 (executable)
@@ -37,12 +37,11 @@ longusage() {
   echo "       --no-install            Do not install the kernel after building"
   echo "       --no-initrdmodules      Don't copy any modules to the initrd"
   echo "       --udev                  Enables udev support in your initrd"
-  echo "       --no-udev               Remove udev support."
-  echo "       --callback=<...>        Run the specified arguments after"
-  echo "                               the kernel and modules have been"
-  echo "                               compiled."
+  echo "       --no-udev               Disable udev support"
+  echo "       --callback=<...>        Run the specified arguments after the"
+  echo "                               kernel and modules have been compiled"
   echo "       --postconf=<...>        Run the specified arguments after"
-  echo "                               the kernel has been configured."
+  echo "                               the kernel has been configured"
   echo "  Kernel settings"
   echo "       --kerneldir=<dir>       Location of the kernel sources"
   echo "       --kernel-config=<file>  Kernel configuration file to use for compilation"
@@ -57,14 +56,14 @@ longusage() {
   echo "       --utils-as=<assembler>  Assembler to use for utils"
   echo "       --utils-ld=<linker>     Linker to use for utils"
   echo "       --utils-make=<makeprog> GNU Make to use for utils"
-  echo "       --makeopts=<makeopts>   Make options such as -j2, etc."
+  echo "       --makeopts=<makeopts>   Make options such as -j2, etc..."
   echo "       --mountboot             Mount /boot automatically"
   echo "       --no-mountboot          Don't mount /boot automatically"  
   echo "  Initialization"
-  echo "       --bootsplash=<theme>    Force bootsplash using <theme>."
-  echo "       --gensplash=<theme>     Force gensplash using <theme>."
-  echo "       --do-keymap-auto        Forces keymap selection at boot."
-  echo "       --no-lvm2               Don't add in LVM2 support."
+  echo "       --bootsplash=<theme>    Force bootsplash using <theme>"
+  echo "       --gensplash=<theme>     Force gensplash using <theme>"
+  echo "       --do-keymap-auto        Forces keymap selection at boot"
+  echo "       --no-lvm2               Don't include LVM2 support"
   echo "       --bootloader=grub       Add new kernel to GRUB configuration"
   echo "  Internals"
   echo "       --arch-override=<arch>  Force to arch instead of autodetect"