bin/xbps-checkvers: fix --format long form
This commit is contained in:
parent
5098d03238
commit
9c300a93d1
@ -645,7 +645,7 @@ main(int argc, char **argv)
|
|||||||
{ "config", required_argument, NULL, 'C' },
|
{ "config", required_argument, NULL, 'C' },
|
||||||
{ "distdir", required_argument, NULL, 'D' },
|
{ "distdir", required_argument, NULL, 'D' },
|
||||||
{ "debug", no_argument, NULL, 'd' },
|
{ "debug", no_argument, NULL, 'd' },
|
||||||
{ "format", no_argument, NULL, 'f' },
|
{ "format", required_argument, NULL, 'f' },
|
||||||
{ "installed", no_argument, NULL, 'I' },
|
{ "installed", no_argument, NULL, 'I' },
|
||||||
{ "ignore-conf-repos", no_argument, NULL, 'i' },
|
{ "ignore-conf-repos", no_argument, NULL, 'i' },
|
||||||
{ "manual", no_argument, NULL, 'm' },
|
{ "manual", no_argument, NULL, 'm' },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user