Fix bin2res help text.

This commit is contained in:
Robert Shearman 2004-09-06 20:26:35 +00:00 committed by Alexandre Julliard
parent 54de69940a
commit e548339185

View file

@ -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"