From 3b5b6fd6f1ff015ace90e6a22eb5bedc4b88f330 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Sat, 17 Jun 2017 20:02:51 +0000 Subject: [PATCH] [GFLAGS] Add some usage svn path=/trunk/; revision=75077 --- rosapps/applications/cmdutils/gflags/gflags.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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[]) -- 2.17.1