Commit e5483391 authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

Fix bin2res help text.

parent 54de6994
......@@ -51,7 +51,9 @@ static const char* help =
"brand new binary resource in a .rc file, place the marker\n"
"above empty brackets:\n"
" /* BINRES idb_std_small.bmp */\n"
" {}\n"
" IDB_STD_SMALL BITMAP idb_std_small.bmp\n"
" /* {\n"
" } */\n"
"To merge the binary resources into the .rc file, run:\n"
" bin2res -a myrsrc.rc\n"
"Only resources that are newer than the .rc are processed.\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment