From a2423c0d97dd0f43324ebf5b6bd26b862401aacc Mon Sep 17 00:00:00 2001 From: Andreas Mohr Date: Mon, 3 May 2004 20:07:53 +0000 Subject: [PATCH] Use WINEDEBUG instead of --debugmsg. --- documentation/debugging.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/debugging.sgml b/documentation/debugging.sgml index d394c607a84..829d1e14f62 100644 --- a/documentation/debugging.sgml +++ b/documentation/debugging.sgml @@ -242,7 +242,7 @@ HANDLE32 WINAPI YourFunc(LPCSTR s) and then to run wine like that: - $ wine --debugmsg +relay,+snoop setup.exe &>/tmp/debug_pipe + $ WINEDEBUG=+relay,+snoop wine setup.exe &>/tmp/debug_pipe