winemaker: Allow compiling 32-bit targets to be compiled on 64-bit hosts.
diff --git a/tools/winemaker.man.in b/tools/winemaker.man.in
index ef78b4a..1169f57 100644
--- a/tools/winemaker.man.in
+++ b/tools/winemaker.man.in
@@ -33,7 +33,7 @@
 ]
 .br
   [
-.IR               "--wine64 " "]
+.IR               "--wine32 " "]
 .br
 .IR               "work_directory" "| " "project_file" "| " "workspace_file"
 
@@ -175,8 +175,9 @@
 .I --nogenerated-files
 Tells winemaker not to generate the Makefile.
 .TP
-.I --wine64
-Tells winemaker to generate a 64-bit Makefile.
+.I --wine32
+Tells winemaker to generate a 32-bit target. This is useful on a wow64 systems.
+Without that option the default architecture is used.
 
 .SH EXAMPLES
 .PP