* grub-core/commands/date.c (GRUB_MOD_INIT): Remove non-uniform

"Command for ...".
	* grub-core/commands/hdparm.c (options): Use "Display" rather than
	"Check" since we don't check anything.
	* grub-core/commands/i386/cpuid.c (options): Clarify that long mode
	is 64-bit one.
	* grub-core/commands/search_wrap.c (options): Clarify the conditions.
	* grub-core/disk/geli.c (grub_md_sha256_real): Fix typo.
	(grub_md_sha512_real): Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-03-03 13:09:14 +01:00
parent 805a8dccc8
commit 8f95d002fe
6 changed files with 35 additions and 16 deletions

View file

@ -36,7 +36,9 @@ GRUB_MOD_LICENSE ("GPLv3+");
static const struct grub_arg_option options[] =
{
{"long-mode", 'l', 0, N_("Check for long mode flag (default)."), 0, 0},
/* TRANSLATORS: "(default)" at the end means that this option is used if
no argument is specified. */
{"long-mode", 'l', 0, N_("Check if CPU supports 64-bit (long) mode (default)."), 0, 0},
{0, 0, 0, 0, 0, 0}
};