Commit 7483aea5 authored by Mike Hearn's avatar Mike Hearn Committed by Alexandre Julliard

Removed the nonexistant command "debugmsg" from winedbg help screen.

parent 19e6bf96
......@@ -222,7 +222,7 @@ void DEBUG_Help(void)
" set <reg> = <expr> set *<addr> = <expr>",
" mode [16,32,vm86] walk [wnd,class,module,maps,",
" whatis process,thread,exception]",
" info (see 'help info' for options) debugmsg <class>[-+]<type>\n",
" info (see 'help info' for options)",
"The 'x' command accepts repeat counts and formats (including 'i') in the",
"same way that gdb does.\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