Fix dump_syms help typo on Linux

Bug: None
Change-Id: I0409a0c2ab8e60b1f84f72b50a1fd400b5a41cbd
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/4500379
Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
Peter Boström 2023-05-02 13:19:34 -07:00
parent 99cd657eec
commit e9eb843f42

View File

@ -60,7 +60,7 @@ int usage(const char* self) {
fprintf(stderr, " -n <name> Use specified name for name of the object\n");
fprintf(stderr, " -o <os> Use specified name for the "
"operating system\n");
fprintf(stderr, " -m Enable writing the optional 'm' field on FUNC"
fprintf(stderr, " -m Enable writing the optional 'm' field on FUNC "
"and PUBLIC, denoting multiple symbols for "
"the address.\n");
return 1;