From: Pierre Schweitzer Date: Sat, 17 Jun 2017 20:02:51 +0000 (+0000) Subject: [GFLAGS] X-Git-Tag: ReactOS-0.4.6~279 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=3b5b6fd6f1ff015ace90e6a22eb5bedc4b88f330 [GFLAGS] Add some usage svn path=/trunk/; revision=75077 --- diff --git a/rosapps/applications/cmdutils/gflags/gflags.c b/rosapps/applications/cmdutils/gflags/gflags.c index 441a6266a35..260c6d5794a 100644 --- a/rosapps/applications/cmdutils/gflags/gflags.c +++ b/rosapps/applications/cmdutils/gflags/gflags.c @@ -312,8 +312,11 @@ static VOID DisplayStatus(VOID) static VOID Usage(VOID) { - // FIXME - wprintf(L"Usage\n"); + wprintf(L"Usage: gflags /p [image.exe] [/enable|/disable [/full]]\n" + L"\timage.exe:\tImage you want to deal with\n" + L"\t/enable:\tenable page heap for the image\n" + L"\t/disable:\tdisable page heap for the image\n" + L"\t/full:\t\tactivate full debug page heap\n"); } static BOOL ParseCmdline(int argc, LPWSTR argv[])