* grub-core/commands/lsacpi.c (options): Fix typo.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-25 23:04:30 +01:00
parent 6a656b0ea5
commit 114076ef63
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-02-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/lsacpi.c (options): Fix typo.
2012-02-25 Vladimir Serbinenko <phcoder@gmail.com> 2012-02-25 Vladimir Serbinenko <phcoder@gmail.com>
Convert grub-emu to argp. Convert grub-emu to argp.

View file

@ -198,7 +198,7 @@ disp_acpi_rsdpv2 (struct grub_acpi_rsdp_v20 *rsdp)
static const struct grub_arg_option options[] = { static const struct grub_arg_option options[] = {
{"v1", '1', 0, N_("Show v1 tables only."), 0, ARG_TYPE_NONE}, {"v1", '1', 0, N_("Show v1 tables only."), 0, ARG_TYPE_NONE},
{"v2", '2', 0, N_("Show v2 and v3 tablesv only."), 0, ARG_TYPE_NONE} {"v2", '2', 0, N_("Show v2 and v3 tables only."), 0, ARG_TYPE_NONE}
}; };
static grub_err_t static grub_err_t