xbps-checkvers: forgot to set correct short opt in long opts.

This commit is contained in:
Juan RP 2019-06-12 19:58:08 +02:00 committed by Duncan Overbruck
parent d53f3243ce
commit fc98779ad1

View File

@ -695,8 +695,8 @@ main(int argc, char **argv)
{ "config", required_argument, NULL, 'C' },
{ "distdir", required_argument, NULL, 'D' },
{ "debug", no_argument, NULL, 'd' },
{ "installed", no_argument, NULL, 'i' },
{ "ignore-conf-repos", no_argument, NULL, 'I' },
{ "installed", no_argument, NULL, 'I' },
{ "ignore-conf-repos", no_argument, NULL, 'i' },
{ "repository", required_argument, NULL, 'R' },
{ "rootdir", required_argument, NULL, 'r' },
{ "show-missing", no_argument, NULL, 's' },