X-Git-Url: https://git.distorted.org.uk/~mdw/checkpath/blobdiff_plain/560879558a5486f4d201e0fed0736d1ee50b16e8..b8eb35c13263163e9849ee3fbdc1bc8bd5c5167b:/chkpath.c diff --git a/chkpath.c b/chkpath.c index 7dea761..a44570e 100644 --- a/chkpath.c +++ b/chkpath.c @@ -123,9 +123,9 @@ int main(int argc, char *argv[]) for (;;) { static struct option opts[] = { { "help", 0, 0, 'h' }, - { "version", 0, 0, 'V' }, + { "version", 0, 0, 'V' }, { "usage", 0, 0, 'u' }, - { "verbose", 0, 0, 'v' }, + { "verbose", 0, 0, 'v' }, { "quiet", 0, 0, 'q' }, { "sticky", 0, 0, 's' }, { "trust-group", 0, 0, 't' },