Use WINEDEBUG instead of --debugmsg.

This commit is contained in:
Andreas Mohr 2004-05-03 20:07:53 +00:00 committed by Alexandre Julliard
parent 7874ce53bd
commit a2423c0d97
1 changed files with 1 additions and 1 deletions

View File

@ -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>