xbps-checkvers: forgot to set correct short opt in long opts.
This commit is contained in:
parent
d53f3243ce
commit
fc98779ad1
@ -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' },
|
||||
|
Loading…
Reference in New Issue
Block a user