mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:32:59 +00:00
[GFLAGS]
Add some usage svn path=/trunk/; revision=75077
This commit is contained in:
parent
333789f736
commit
3b5b6fd6f1
1 changed files with 5 additions and 2 deletions
|
@ -312,8 +312,11 @@ static VOID DisplayStatus(VOID)
|
||||||
|
|
||||||
static VOID Usage(VOID)
|
static VOID Usage(VOID)
|
||||||
{
|
{
|
||||||
// FIXME
|
wprintf(L"Usage: gflags /p [image.exe] [/enable|/disable [/full]]\n"
|
||||||
wprintf(L"Usage\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[])
|
static BOOL ParseCmdline(int argc, LPWSTR argv[])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue