mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-19 04:14:09 +00:00
2008-04-01 Pavel Roskin <proski@gnu.org>
* disk/loopback.c (options): Improve help for "--partitions".
This commit is contained in:
parent
0f582c6b88
commit
2bb4fb47e8
@ -1,5 +1,7 @@
|
||||
2008-04-01 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* disk/loopback.c (options): Improve help for "--partitions".
|
||||
|
||||
* normal/arg.c (grub_arg_show_help): Fix spacing of the long
|
||||
options to align them with the short options, e.g. "echo -e".
|
||||
|
||||
|
@ -38,8 +38,7 @@ static struct grub_loopback *loopback_list;
|
||||
static const struct grub_arg_option options[] =
|
||||
{
|
||||
{"delete", 'd', 0, "delete the loopback device entry", 0, 0},
|
||||
{"partitions", 'p', 0, "set that the drive has partitions to"
|
||||
" simulate a harddrive", 0, 0},
|
||||
{"partitions", 'p', 0, "simulate a hard drive with partitions", 0, 0},
|
||||
{0, 0, 0, 0, 0, 0}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user