Fix -V typo in usage documentation (#11)

This commit is contained in:
Christopher Wellons 2019-03-25 09:26:17 -04:00
parent 09e55cc553
commit a6d4565a10

View File

@ -514,7 +514,7 @@ usage(FILE *f)
fprintf(f, " -p INT Listening port [" XSTR(DEFAULT_PORT) "]\n");
fprintf(f, " -v Print diagnostics to standard output "
"(repeatable)\n");
fprintf(f, " -v Print version information and exit\n");
fprintf(f, " -V Print version information and exit\n");
}
static void