Commit a2423c0d authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Use WINEDEBUG instead of --debugmsg.

parent 7874ce53
......@@ -242,7 +242,7 @@ HANDLE32 WINAPI YourFunc(LPCSTR s)
and then to run wine like that:
</para>
<screen>
<prompt>$</prompt> <userinput>wine --debugmsg +relay,+snoop setup.exe &>/tmp/debug_pipe</userinput>
<prompt>$</prompt> <userinput>WINEDEBUG=+relay,+snoop wine setup.exe &>/tmp/debug_pipe</userinput>
</screen>
<para>
......
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