https://git.reactos.org/?p=reactos.git;a=commitdiff;h=25e14ae2a877e6667c153d9fd71eff576601cb9a

commit 25e14ae2a877e6667c153d9fd71eff576601cb9a
Author:     Pierre Schweitzer <pie...@reactos.org>
AuthorDate: Sun Jan 6 13:00:43 2019 +0100
Commit:     Pierre Schweitzer <pie...@reactos.org>
CommitDate: Sun Jan 6 13:00:43 2019 +0100

    [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 6b7ee2752b..ed40fe3661 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 *****************************************************************/

Reply via email to