From 7483aea5b14f8dec09d2c644e69118557c7113d2 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Fri, 14 Feb 2003 19:22:48 +0000 Subject: [PATCH] Removed the nonexistant command "debugmsg" from winedbg help screen. --- programs/winedbg/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/winedbg/info.c b/programs/winedbg/info.c index 3290d4ef3e3..ac2ab2f7b80 100644 --- a/programs/winedbg/info.c +++ b/programs/winedbg/info.c @@ -222,7 +222,7 @@ void DEBUG_Help(void) " set = set * = ", " mode [16,32,vm86] walk [wnd,class,module,maps,", " whatis process,thread,exception]", -" info (see 'help info' for options) debugmsg [-+]\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",