mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-23 23:05:40 +01:00
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:
parent
99cd657eec
commit
e9eb843f42
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user