X-Git-Url: https://git.distorted.org.uk/~mdw/checkpath/blobdiff_plain/c25f05b8e3c97f1629fb5a685288881eff4cbf8d..b8eb35c13263163e9849ee3fbdc1bc8bd5c5167b:/chkpath.c diff --git a/chkpath.c b/chkpath.c index 08c39c7..a44570e 100644 --- a/chkpath.c +++ b/chkpath.c @@ -43,6 +43,7 @@ #include #include "checkpath.h" +#include "utils.h" /*----- Main code ---------------------------------------------------------*/ @@ -122,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' },