Changelog: * tools/winebuild/main.c Minor rephrasing in usage message Index: tools/winebuild/main.c =================================================================== RCS file: /home/wine/wine/tools/winebuild/main.c,v retrieving revision 1.37 diff -u -r1.37 main.c --- tools/winebuild/main.c 12 Sep 2002 22:51:20 -0000 1.37 +++ tools/winebuild/main.c 16 Sep 2002 09:27:38 -0000 @@ -159,7 +159,7 @@ { "-sym", 0, do_sym, NULL }, /* ignored for backwards compatibility */ { "-spec", 1, do_spec, "-spec file.spec Build a .c file from a spec file" }, { "-def", 1, do_def, "-def file.spec Build a .def file from a spec file" }, - { "-exe", 1, do_exe, "-exe name Build a .c file from the named executable" }, + { "-exe", 1, do_exe, "-exe name Build a .c file for the named executable" }, { "-debug", 0, do_debug, "-debug [files] Build a .c file containing debug channels declarations" }, { "-glue", 0, do_glue, "-glue [files] Build the 16-bit glue for the source files" }, { "-relay16", 0, do_relay16, "-relay16 Build the 16-bit relay assembly routines" }, -- Francois Gouget fgouget@free.fr http://fgouget.free.fr/ Any sufficiently advanced bug is indistinguishable from a feature. -- from some indian guy