diff --git a/ChangeLog b/ChangeLog index 153121d9a..1f31dbb78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-10-26 Vladimir Serbinenko + + * util/grub-setup.c (argp): Remove misleading example of installing to + a partition. + 2010-10-26 Vladimir Serbinenko * util/grub-setup.c (setup): Clarify the error message. diff --git a/util/grub-setup.c b/util/grub-setup.c index 588c87526..c3d7dcf43 100644 --- a/util/grub-setup.c +++ b/util/grub-setup.c @@ -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 };