From: Bernhard Übelacker bernhardu@mailbox.org
--- 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 d95b286454a..825dd572cba 100644 --- a/programs/winedbg/info.c +++ b/programs/winedbg/info.c @@ -103,7 +103,7 @@ void info_help(void) " info reg Displays values of the general registers at top of stack", " info all-reg Displays the general and floating point registers", " info segments <pid> Displays information about all known segments", - " info share Displays all loaded modules", + " info [wow] share Displays all loaded modules", " info share <addr> Displays internal module state", " info stack [<len>] Dumps information about top of stack, up to len words", " info symbol <sym> Displays information about a given symbol",