Commit 257ca83d authored by Joerg Mayer's avatar Joerg Mayer Committed by Alexandre Julliard

Fixed the debugmsg help.

parent 837d66e1
...@@ -202,14 +202,14 @@ void MAIN_ParseDebugOptions( const char *arg ) ...@@ -202,14 +202,14 @@ void MAIN_ParseDebugOptions( const char *arg )
if (!*options) return; if (!*options) return;
error: error:
MESSAGE("%s: Syntax: -debugmsg [class]+xxx,... or " MESSAGE("%s: Syntax: --debugmsg [class]+xxx,... or "
"-debugmsg [class]-xxx,...\n",argv0); "-debugmsg [class]-xxx,...\n",argv0);
MESSAGE("Example: -debugmsg +all,warn-heap\n" MESSAGE("Example: --debugmsg +all,warn-heap\n"
" turn on all messages except warning heap messages\n"); " turn on all messages except warning heap messages\n");
MESSAGE("Special case: -debugmsg +relay=DLL:DLL.###:FuncName\n" MESSAGE("Special case: --debugmsg +relay=DLL:DLL.###:FuncName\n"
" turn on -debugmsg +relay only as specified\n" " turn on -debugmsg +relay only as specified\n"
"Special case: -debugmsg -relay=DLL:DLL.###:FuncName\n" "Special case: --debugmsg -relay=DLL:DLL.###:FuncName\n"
" turn on -debugmsg +relay except as specified\n" " turn on --debugmsg +relay except as specified\n"
"Also permitted, +snoop=..., -snoop=... as with relay.\n\n"); "Also permitted, +snoop=..., -snoop=... as with relay.\n\n");
MESSAGE("Available message classes:\n"); MESSAGE("Available message classes:\n");
......
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