#ifdef HAVE_LIBUUID
opt_uuid = optarg;
#else
- warnx(_("warning: ignore -U (UUIDs are unsupported by %s)"),
+ warnx(_("warning: ignoring -U (UUIDs are unsupported by %s)"),
program_invocation_short_name);
#endif
break;
if (version != 1)
errx(EXIT_FAILURE,
- _("does not support swapspace version %d."), version);
+ _("swapspace version %d is not supported"), version);
#ifdef HAVE_LIBUUID
if(opt_uuid) {
if (is_mounted(device_name))
errx(EXIT_FAILURE, _("error: "
- "%s is mounted; will not make swapspace."),
+ "%s is mounted; will not make swapspace"),
device_name);
if (stat(device_name, &statbuf) < 0) {