Skip to content

Commit

Permalink
Reword the -q option description, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aitap committed Dec 8, 2023
1 parent 76ecf9d commit cff83ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ Here's the how to use it:
-z write minidumps
-Z DIRECTORY write minidumps to specified directory
-H use debug heap
-q silence messages from OutputDebugString

## Frequently Asked Questions

Expand Down
2 changes: 1 addition & 1 deletion src/catchsegv/catchsegv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Usage(void)
" -z write minidumps\n"
" -Z DIRECTORY write minidumps to specified directory\n"
" -H use debug heap\n"
" -q silence OutputDebugString output\n",
" -q silence messages from OutputDebugString\n",
stderr);
}

Expand Down

0 comments on commit cff83ba

Please sign in to comment.