bin/xbps-checkvers: fix --format long form

This commit is contained in:
Duncaen 2019-06-21 00:32:16 +02:00
parent 5098d03238
commit 9c300a93d1

View File

@ -645,7 +645,7 @@ main(int argc, char **argv)
{ "config", required_argument, NULL, 'C' },
{ "distdir", required_argument, NULL, 'D' },
{ "debug", no_argument, NULL, 'd' },
{ "format", no_argument, NULL, 'f' },
{ "format", required_argument, NULL, 'f' },
{ "installed", no_argument, NULL, 'I' },
{ "ignore-conf-repos", no_argument, NULL, 'i' },
{ "manual", no_argument, NULL, 'm' },