From 9bf8d1ec526cec139b2d3fba148ce81ccf2cceab Mon Sep 17 00:00:00 2001 From: Ziad Youssef Date: Thu, 16 Mar 2023 12:05:56 +0000 Subject: [PATCH] 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 --- src/processor/minidump_stackwalk.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/processor/minidump_stackwalk.cc b/src/processor/minidump_stackwalk.cc index 08c30ed3..74b41acf 100644 --- a/src/processor/minidump_stackwalk.cc +++ b/src/processor/minidump_stackwalk.cc @@ -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()); }