From 25e14ae2a877e6667c153d9fd71eff576601cb9a Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Sun, 6 Jan 2019 13:00:43 +0100 Subject: [PATCH 1/1] [NTOSKRNL] Fix !irpfind usage message --- ntoskrnl/kdbg/kdb_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntoskrnl/kdbg/kdb_cli.c b/ntoskrnl/kdbg/kdb_cli.c index 6b7ee2752b3..ed40fe3661c 100644 --- a/ntoskrnl/kdbg/kdb_cli.c +++ b/ntoskrnl/kdbg/kdb_cli.c @@ -193,7 +193,7 @@ static const struct { "!poolfind", "!poolfind Tag [Pool]", "Search for pool tag allocations.", ExpKdbgExtPoolFind }, { "!filecache", "!filecache", "Display cache usage.", ExpKdbgExtFileCache }, { "!defwrites", "!defwrites", "Display cache write values.", ExpKdbgExtDefWrites }, - { "!irpfind", "!irpfind [Pool [Restart Address [criteria data]]]", "Lists IRPs potentially matching criteria", ExpKdbgExtIrpFind }, + { "!irpfind", "!irpfind [Pool [startaddress [criteria data]]]", "Lists IRPs potentially matching criteria", ExpKdbgExtIrpFind }, }; /* FUNCTIONS *****************************************************************/ -- 2.17.1