Fix bin2res help text.
This commit is contained in:
parent
54de69940a
commit
e548339185
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue