https://git.reactos.org/?p=reactos.git;a=commitdiff;h=55e0cab5973de8fce067ae46ebe734537204447f

commit 55e0cab5973de8fce067ae46ebe734537204447f
Author:     Timo Kreuzer <[email protected]>
AuthorDate: Sat Aug 5 14:58:17 2023 +0300
Commit:     Timo Kreuzer <[email protected]>
CommitDate: Fri Aug 11 19:00:42 2023 +0300

    [SPEC2DEF] Add missing "--version" to help output
---
 sdk/tools/spec2def/spec2def.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sdk/tools/spec2def/spec2def.c b/sdk/tools/spec2def/spec2def.c
index ee50fe01f35..2ec775cc390 100644
--- a/sdk/tools/spec2def/spec2def.c
+++ b/sdk/tools/spec2def/spec2def.c
@@ -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"

Reply via email to