Commit 7f13b126 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

winedbg: Return 0 if --help is specified.

parent a5231a60
...@@ -587,7 +587,7 @@ static int dbg_winedbg_usage(BOOL advanced) ...@@ -587,7 +587,7 @@ static int dbg_winedbg_usage(BOOL advanced)
} }
else else
dbg_printf("Usage:\n\twinedbg [ [ --gdb ] [ prog-name [ prog-args ] | <num> | file.mdmp | --help ]\n"); 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) void dbg_start_interactive(HANDLE hFile)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment