* util/grub-setup.c (argp): Remove misleading example of installing to

a partition.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-10-26 12:33:57 +02:00
parent 4171b3c5bc
commit 26c53dc64c
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View file

@ -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
};