diff --git a/src/subcommands/windres.zig b/src/subcommands/windres.zig index 8388c87..12b4b77 100644 --- a/src/subcommands/windres.zig +++ b/src/subcommands/windres.zig @@ -18,6 +18,8 @@ pub const usage_string_after_command_name = \\ -J --input-format= Specify input format \\ -O --output-format= Specify output format \\ -F --target= Specify COFF target + \\ pe-x86-64 (default) X86 (64-bit) + \\ pe-i386 X86 (32-bit) \\ -I --include-dir= Add an include path \\ -D --define [=] Define a symbol (during preprocessing) \\ -U --undefine Undefine a symbol (during preprocessing)