* util/grub-setup.c (argp): Remove misleading example of installing to
a partition.
This commit is contained in:
parent
4171b3c5bc
commit
26c53dc64c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-10-26 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-setup.c (argp): Remove misleading example of installing to
|
||||
a partition.
|
||||
|
||||
2010-10-26 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-setup.c (setup): Clarify the error message.
|
||||
|
|
|
@ -822,7 +822,7 @@ Set up images to boot from DEVICE.\n\
|
|||
\n\
|
||||
You should not normally run this program directly. Use grub-install instead.")
|
||||
"\v"N_("\
|
||||
DEVICE must be an OS device (e.g. /dev/sda1)."),
|
||||
DEVICE must be an OS device (e.g. /dev/sda)."),
|
||||
NULL, help_filter, NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue