On Wed, Feb 15, 2023 at 03:24:36AM -0500, Laine Stump wrote: > Signed-off-by: Laine Stump Reviewed-by: David Gibson > --- > conf.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf.c b/conf.c > index d020b4f..f175405 100644 > --- a/conf.c > +++ b/conf.c > @@ -1536,7 +1536,7 @@ void conf(struct ctx *c, int argc, char **argv) > if (c->mode == MODE_PASTA) > conf_pasta_ns(&netns_only, userns, netns, optind, argc, argv); > else if (optind != argc) > - usage(argv[0]); > + die("Extra non-option argument: %s", argv[optind]); > > isolate_user(uid, gid, !netns_only, userns, c->mode); > -- David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson