Remove extra comma in minidump_stackwalk.cc
Bug: 1374075 Change-Id: I1fb0f73b286625f3c99735e51418393af891a2b8 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/4345752 Reviewed-by: Joshua Peraza <jperaza@chromium.org>
This commit is contained in:
parent
309534f959
commit
9bf8d1ec52
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ static void Usage(int argc, const char *argv[], bool error) {
|
|||
"\n"
|
||||
" -m Output in machine-readable format\n"
|
||||
" -s Output stack contents\n"
|
||||
" -c Output thread that causes crash or dump only\n",
|
||||
" -c Output thread that causes crash or dump only\n"
|
||||
" -b Brief of the thread that causes crash or dump\n",
|
||||
google_breakpad::BaseName(argv[0]).c_str());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue