mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[SPEC2DEF] Add missing "--version" to help output
This commit is contained in:
parent
f229726da9
commit
55e0cab597
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue