Module: wine Branch: master Commit: d26857c9b4bfc68bd9a26b4e9f5d612ac88fbe0f URL: http://source.winehq.org/git/wine.git/?a=commit;h=d26857c9b4bfc68bd9a26b4e9f...
Author: André Hentschel nerv@dawncrow.de Date: Sat Aug 29 13:11:12 2009 +0200
winemaker: Update usage text.
---
tools/winemaker | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/winemaker b/tools/winemaker index 052f180..e077db2 100755 --- a/tools/winemaker +++ b/tools/winemaker @@ -2531,8 +2531,8 @@ sub usage() print STDERR " [--wine64]\n"; print STDERR " work_directory|project_file|workspace_file\n"; print STDERR "\nWinemaker is designed to recursively convert all the Windows sources found in\n"; - print STDERR "the specified directory so that they can be compiled with Winelib. During this\n"; - print STDERR "process it will modify and rename some of the files in that directory.\n"; + print STDERR "the specified directory or project-file, so that they can be compiled with Winelib.\n"; + print STDERR "During this process it will modify and rename some of the corresponding files.\n"; print STDERR "\tPlease read the manual page before use.\n"; exit (2); }