Commit d26857c9 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winemaker: Update usage text.

parent c0bd2912
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment