Fix bin2res help text.

diff --git a/tools/bin2res.c b/tools/bin2res.c
index e119c18..5e8fa06 100644
--- a/tools/bin2res.c
+++ b/tools/bin2res.c
@@ -51,7 +51,9 @@
 	"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"