mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-25 08:28:54 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ int usage(const char* self) {
|
||||||
fprintf(stderr, " -n <name> Use specified name for name of the object\n");
|
fprintf(stderr, " -n <name> Use specified name for name of the object\n");
|
||||||
fprintf(stderr, " -o <os> Use specified name for the "
|
fprintf(stderr, " -o <os> Use specified name for the "
|
||||||
"operating system\n");
|
"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 "
|
"and PUBLIC, denoting multiple symbols for "
|
||||||
"the address.\n");
|
"the address.\n");
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Reference in a new issue