| Index: handler/mac/main.cc
|
| diff --git a/handler/mac/main.cc b/handler/mac/main.cc
|
| index 2642a8add521cd3a95a50a3315a73cb43b83a3e7..a67364bd4f5d3c3706577ea6028ad4a8160d1ad8 100644
|
| --- a/handler/mac/main.cc
|
| +++ b/handler/mac/main.cc
|
| @@ -45,7 +45,8 @@ void Usage(const std::string& me) {
|
| " --annotation=KEY=VALUE set a process annotation in each crash report\n"
|
| " --database=PATH store the crash report database at PATH\n"
|
| " --handshake-fd=FD establish communication with the client over FD\n"
|
| -" --url=URL send crash reports to this Breakpad server URL\n"
|
| +" --url=URL send crash reports to this Breakpad server URL,\n"
|
| +" only if uploads are enabled for the database\n"
|
| " --help display this help and exit\n"
|
| " --version output version information and exit\n",
|
| me.c_str());
|
|
|