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

This commit is contained in:
Mike Hearn 2003-02-14 19:22:48 +00:00 committed by Alexandre Julliard
parent 19e6bf96e8
commit 7483aea5b1
1 changed files with 1 additions and 1 deletions

View File

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