From: Mike Frysinger Date: Mon, 25 Oct 2004 22:57:30 +0000 (+0000) Subject: clean up some of the help output X-Git-Tag: v3.4.10.902~610 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6ce56e0b9576ae312c7ce41c158330d6d283fde0;p=genkernel.git clean up some of the help output git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@142 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- diff --git a/gen_cmdline.sh b/gen_cmdline.sh index eb8f71c..a49a3b5 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -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= Location of the kernel sources" echo " --kernel-config= Kernel configuration file to use for compilation" @@ -57,14 +56,14 @@ longusage() { echo " --utils-as= Assembler to use for utils" echo " --utils-ld= Linker to use for utils" echo " --utils-make= GNU Make to use for utils" - echo " --makeopts= Make options such as -j2, etc." + echo " --makeopts= Make options such as -j2, etc..." echo " --mountboot Mount /boot automatically" echo " --no-mountboot Don't mount /boot automatically" echo " Initialization" - echo " --bootsplash= Force bootsplash using ." - echo " --gensplash= Force gensplash using ." - echo " --do-keymap-auto Forces keymap selection at boot." - echo " --no-lvm2 Don't add in LVM2 support." + echo " --bootsplash= Force bootsplash using " + echo " --gensplash= Force gensplash using " + 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= Force to arch instead of autodetect"