From 7a7250c74b9452ebbc0f2583783386f4c158127a Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Fri, 1 Aug 2003 09:06:54 +0000 Subject: [PATCH] Adjusted usage hints svn path=/trunk/; revision=5358 --- reactos/iface/addsys/genw32k.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reactos/iface/addsys/genw32k.c b/reactos/iface/addsys/genw32k.c index 16da1421ff1..7fd71625294 100644 --- a/reactos/iface/addsys/genw32k.c +++ b/reactos/iface/addsys/genw32k.c @@ -1,4 +1,4 @@ -/* $Id: genw32k.c,v 1.4 2003/07/09 20:41:35 hyperion Exp $ +/* $Id: genw32k.c,v 1.5 2003/08/01 09:06:54 weiden Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS version of ntdll @@ -305,7 +305,8 @@ process( void usage(char * argv0) { - printf("Usage: %s w32k.lst ssdt.h win32k.c win32k.c\n" + printf("Usage: %s w32ksvc.db w32k.lst ssdt.h win32k.c win32k.c\n" + " w32ksvc.db input file(system calls database)\n" " w32k.lst system functions database\n" " ssdt.h WIN32K service table\n" " win32k.c GDI32 stubs\n"