main: add --modversion to --help output (closes #157)

pull/164/head
William Pitcock 2017-11-28 13:41:35 -06:00
parent 4589274c43
commit b52d3819a2
1 changed files with 1 additions and 0 deletions

1
main.c
View File

@ -627,6 +627,7 @@ usage(void)
printf(" --keep-system-cflags keep -I%s entries in cflags output\n", SYSTEM_INCLUDEDIR);
printf(" --keep-system-libs keep -L%s entries in libs output\n", SYSTEM_LIBDIR);
printf(" --path show the exact filenames for any matching .pc files\n");
printf(" --modversion print the specified module's version to stdout\n");
printf("\nreport bugs to <%s>.\n", PACKAGE_BUGREPORT);
}