* util/sparc64/ieee1275/grub-ofpathname.c (main): Set progname.
This commit is contained in:
parent
29aa5e8163
commit
172800ce74
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2009-05-08 David S. Miller <davem@davemloft.net>
|
||||||
|
|
||||||
|
* util/sparc64/ieee1275/grub-ofpathname.c (main): Set progname.
|
||||||
|
|
||||||
2009-05-06 Robert Millan <rmh.grub@aybabtu.com>
|
2009-05-06 Robert Millan <rmh.grub@aybabtu.com>
|
||||||
|
|
||||||
* util/i386/pc/grub-setup.c (setup): Fix check for embed region
|
* util/i386/pc/grub-setup.c (setup): Fix check for embed region
|
||||||
|
|
|
@ -24,6 +24,8 @@ int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
char *of_path;
|
char *of_path;
|
||||||
|
|
||||||
|
progname = "grub-ofpathname";
|
||||||
|
|
||||||
if (argc != 2)
|
if (argc != 2)
|
||||||
{
|
{
|
||||||
printf("Usage: grub-ofpathname DEVICE\n");
|
printf("Usage: grub-ofpathname DEVICE\n");
|
||||||
|
|
Loading…
Reference in a new issue