Author: pschweitzer
Date: Sat Jun 17 20:02:51 2017
New Revision: 75077
URL: http://svn.reactos.org/svn/reactos?rev=75077&view=rev
Log:
[GFLAGS]
Add some usage
Modified:
trunk/rosapps/applications/cmdutils/gflags/gflags.c
Modified: trunk/rosapps/applications/cmdutils/gflags/gflags.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rosapps/applications/cmdutils/gflags/gflags.c?rev=75077&r1=75076&r2=75077&view=diff
==============================================================================
--- trunk/rosapps/applications/cmdutils/gflags/gflags.c [iso-8859-1] (original)
+++ trunk/rosapps/applications/cmdutils/gflags/gflags.c [iso-8859-1] Sat Jun 17
20:02:51 2017
@@ -312,8 +312,11 @@
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[])