* 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:
parent
805a8dccc8
commit
8f95d002fe
6 changed files with 35 additions and 16 deletions
|
@ -139,7 +139,7 @@ GRUB_MOD_INIT(date)
|
|||
cmd =
|
||||
grub_register_command ("date", grub_cmd_date,
|
||||
N_("[[year-]month-day] [hour:minute[:second]]"),
|
||||
N_("Command to display/set current datetime."));
|
||||
N_("Display/set current datetime."));
|
||||
}
|
||||
|
||||
GRUB_MOD_FINI(date)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue