[SPEC2DEF] Add missing "--version" to help output

This commit is contained in:
Timo Kreuzer 2023-08-05 14:58:17 +03:00
parent f229726da9
commit 55e0cab597

View file

@ -1404,6 +1404,7 @@ void usage(void)
" -s=<file> generate a stub file\n"
" --ms MSVC compatibility\n"
" -n=<name> name of the dll\n"
" --version=<version> Sets the version to create exports for\n"
" --implib generate a def file for an import library\n"
" --no-private-warnings suppress warnings about symbols that should be -private\n"
" -a=<arch> set architecture to <arch> (i386, x86_64, arm, arm64)\n"