mirror of
https://github.com/reactos/wine.git
synced 2024-11-30 07:00:30 +00:00
winedbg: Return 0 if --help is specified.
This commit is contained in:
parent
a5231a60a1
commit
7f13b126d5
@ -587,7 +587,7 @@ static int dbg_winedbg_usage(BOOL advanced)
|
||||
}
|
||||
else
|
||||
dbg_printf("Usage:\n\twinedbg [ [ --gdb ] [ prog-name [ prog-args ] | <num> | file.mdmp | --help ]\n");
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
void dbg_start_interactive(HANDLE hFile)
|
||||
|
Loading…
Reference in New Issue
Block a user