1
0
Fork 0
mirror of https://github.com/pygos/pkg-utils.git synced 2024-05-17 03:36:14 +02:00

Add missing colon to optarg listing flag

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-03-09 15:23:31 +01:00
parent 19e2f8aa8c
commit db6c2118c4

View file

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