mirror of
https://github.com/reactos/reactos.git
synced 2025-01-15 16:13:38 +08:00
[GFLAGS]
Add some usage svn path=/trunk/; revision=75077
This commit is contained in:
parent
333789f736
commit
3b5b6fd6f1
@ -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[])
|
||||
|
Loading…
Reference in New Issue
Block a user