more helpful; -O talks about "format". Explicitly point to the use
of -O if no target is specified.
Reported by: Didier Raboud (Debian bug #584415).
+2010-06-04 Colin Watson <cjwatson@ubuntu.com>
+
+ * util/grub-mkimage.c: Make target-related error messages slightly
+ more helpful; -O talks about "format". Explicitly point to the use
+ of -O if no target is specified.
+ Reported by: Didier Raboud (Debian bug #584415).
+
2010-06-03 Colin Watson <cjwatson@ubuntu.com>
* INSTALL: Document several build requirements for optional features
image_target = &image_targets[i];
if (!image_target)
{
- printf ("unknown target %s\n", optarg);
+ printf ("unknown target format %s\n", optarg);
usage (1);
}
break;
if (!image_target)
{
- printf ("Target not specified.\n");
+ printf ("Target format not specified (use the -O option).\n");
usage (1);
}