Add extra space characters into help messages.

This commit is contained in:
okuji 2001-12-29 18:10:50 +00:00
parent 728d26ca30
commit 6ff5668ee4
2 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,10 @@
2001-12-30 Yoshinori K. Okuji <okuji@gnu.org>
* stage2/builtins.c (builtin_geometry): Add extra space
characters into the long description.
(builtin_kernel): Likewise.
(builtin_vbeprobe): Likewise.
2001-12-19 Yoshinori K. Okuji <okuji@gnu.org> 2001-12-19 Yoshinori K. Okuji <okuji@gnu.org>
From Michael Sullivan <mike@trdlnk.com>: From Michael Sullivan <mike@trdlnk.com>:

View file

@ -1351,10 +1351,10 @@ static struct builtin builtin_geometry =
BUILTIN_CMDLINE, BUILTIN_CMDLINE,
"geometry DRIVE [CYLINDER HEAD SECTOR [TOTAL_SECTOR]]", "geometry DRIVE [CYLINDER HEAD SECTOR [TOTAL_SECTOR]]",
"Print the information for a drive DRIVE. In the grub shell, you can" "Print the information for a drive DRIVE. In the grub shell, you can"
"set the geometry of the drive arbitrarily. The number of the cylinders," " set the geometry of the drive arbitrarily. The number of the cylinders,"
" the one of the heads, the one of the sectors and the one of the total" " the one of the heads, the one of the sectors and the one of the total"
" sectors are set to CYLINDER, HEAD, SECTOR and TOTAL_SECTOR," " sectors are set to CYLINDER, HEAD, SECTOR and TOTAL_SECTOR,"
"respectively. If you omit TOTAL_SECTOR, then it will be calculated based" " respectively. If you omit TOTAL_SECTOR, then it will be calculated based"
" on the C/H/S values automatically." " on the C/H/S values automatically."
}; };
@ -2304,7 +2304,7 @@ static struct builtin builtin_kernel =
BUILTIN_CMDLINE, BUILTIN_CMDLINE,
"kernel [--no-mem-option] [--type=TYPE] FILE [ARG ...]", "kernel [--no-mem-option] [--type=TYPE] FILE [ARG ...]",
"Attempt to load the primary boot image from FILE. The rest of the" "Attempt to load the primary boot image from FILE. The rest of the"
"line is passed verbatim as the \"kernel command line\". Any modules" " line is passed verbatim as the \"kernel command line\". Any modules"
" must be reloaded after using this command. The option --type is used" " must be reloaded after using this command. The option --type is used"
" to suggest what type of kernel to be loaded. TYPE must be either of" " to suggest what type of kernel to be loaded. TYPE must be either of"
" \"netbsd\", \"freebsd\", \"openbsd\", \"linux\", \"biglinux\" and" " \"netbsd\", \"freebsd\", \"openbsd\", \"linux\", \"biglinux\" and"
@ -4430,7 +4430,7 @@ static struct builtin builtin_vbeprobe =
BUILTIN_CMDLINE, BUILTIN_CMDLINE,
"vbeprobe [MODE]", "vbeprobe [MODE]",
"Probe VBE information. If the mode number MODE is specified, show only" "Probe VBE information. If the mode number MODE is specified, show only"
"the information about only the mode." " the information about only the mode."
}; };