log a detailed error (not usage()) when there are extra non-option arguments
Signed-off-by: Laine Stump <laine@redhat.com> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
60bd93e91f
commit
a1ab1ca2ee
1 changed files with 1 additions and 1 deletions
2
conf.c
2
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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue