main: allow --debug as an option (has no effect) (closes #64)

pull/70/head
William Pitcock 2014-06-07 20:30:36 +00:00
parent d33b7de5d2
commit d2d52b3278
1 changed files with 1 additions and 0 deletions

1
main.c
View File

@ -592,6 +592,7 @@ main(int argc, char *argv[])
{ "list-all", no_argument, &want_flags, PKG_LIST|PKG_PRINT_ERRORS, },
{ "simulate", no_argument, &want_flags, PKG_SIMULATE, },
{ "no-cache", no_argument, &want_flags, PKG_NO_CACHE, },
{ "debug", no_argument, &want_flags, 0, },
{ NULL, 0, NULL, 0 }
};