1
0
Fork 0
mirror of https://github.com/pygos/pkg-utils.git synced 2024-11-22 04:49:46 +01:00

optarg fixup

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-02-03 14:13:37 +01:00
parent 391e69eceb
commit dd6022b686

View file

@ -12,7 +12,7 @@ static const struct option long_opts[] = {
{ NULL, 0, NULL, 0 },
};
static const char *short_opts = "r:omdRplF:";
static const char *short_opts = "r:omdR:plF:";
static int unpack_packages(int repofd, int rootfd, int flags,
struct pkg_dep_list *list)