forked from ariadne/pkgconf
main: allow --debug as an option (has no effect) (closes #64)
parent
d33b7de5d2
commit
d2d52b3278
1
main.c
1
main.c
|
@ -592,6 +592,7 @@ main(int argc, char *argv[])
|
||||||
{ "list-all", no_argument, &want_flags, PKG_LIST|PKG_PRINT_ERRORS, },
|
{ "list-all", no_argument, &want_flags, PKG_LIST|PKG_PRINT_ERRORS, },
|
||||||
{ "simulate", no_argument, &want_flags, PKG_SIMULATE, },
|
{ "simulate", no_argument, &want_flags, PKG_SIMULATE, },
|
||||||
{ "no-cache", no_argument, &want_flags, PKG_NO_CACHE, },
|
{ "no-cache", no_argument, &want_flags, PKG_NO_CACHE, },
|
||||||
|
{ "debug", no_argument, &want_flags, 0, },
|
||||||
{ NULL, 0, NULL, 0 }
|
{ NULL, 0, NULL, 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue