* util/grub-mkimage.c: Document memdisk implying --prefix.
This commit is contained in:
parent
d70dbab77a
commit
8573d302fc
2 changed files with 7 additions and 1 deletions
|
@ -1710,7 +1710,9 @@ static struct argp_option options[] = {
|
|||
{"memdisk", 'm', N_("FILE"), 0,
|
||||
/* TRANSLATORS: "memdisk" here isn't an identifier, it can be translated.
|
||||
"embed" is a verb (command description). "*/
|
||||
N_("embed FILE as a memdisk image"), 0},
|
||||
N_("embed FILE as a memdisk image\n"
|
||||
"Implies `-p (memdisk)/boot/grub' but prefix can be overridden by "
|
||||
"later options"), 0},
|
||||
/* TRANSLATORS: "embed" is a verb (command description). "*/
|
||||
{"config", 'c', N_("FILE"), 0, N_("embed FILE as an early config"), 0},
|
||||
/* TRANSLATORS: "embed" is a verb (command description). "*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue