On Tue, 1 Aug 2017, Karel Zak wrote: > On Mon, Jul 31, 2017 at 08:55:08PM +0100, Sami Kerola wrote: > > @@ -812,7 +813,8 @@ static void parse_args(int argc, char **argv, struct options *op) > > parse_speeds(op, argv[optind++]); > > if (argc < optind + 1) { > > log_warn(_("not enough arguments")); > > - warn(_("not enough arguments")); > > + warnx(_("not enough arguments")); > > + exit(EXIT_FAILURE); > > what about: > > errx(EXIT_FAILURE, _("not enough arguments")); That is better. Updates in my 2017wk30 branch. -- Sami Kerola http://www.iki.fi/kerolasa/ -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html