Chromium Code Reviews| Index: handler/crashpad_handler.ad |
| diff --git a/handler/mac/crashpad_handler.ad b/handler/crashpad_handler.ad |
| similarity index 94% |
| rename from handler/mac/crashpad_handler.ad |
| rename to handler/crashpad_handler.ad |
| index b53d097711431776f694d266521df4ea2c9ff166..d7ad919dd7b15738269d71c4748a03efa4ef9726 100644 |
| --- a/handler/mac/crashpad_handler.ad |
| +++ b/handler/crashpad_handler.ad |
| @@ -75,7 +75,12 @@ of 'PATH' exists. |
| *--handshake-fd*='FD':: |
| Perform the handshake with the initial client on the file descriptor at 'FD'. |
| -This option is required. |
| +This option is required. This option is only valid on Mac. |
|
Mark Mentovai
2015/09/03 20:07:29
Mac OS X in formal documentation, or just OS X (wh
scottmg
2015/09/03 20:30:01
Done.
|
| + |
| +*--pipe-name*='PIPE':: |
| +Listen on the given pipe name for connections from clients. 'PIPE' must be of |
| +the form \\.\pipe\<somename>. This option is required. This option is only valid |
|
Mark Mentovai
2015/09/03 20:07:29
Put + signs around this like +\\.\pipe\<somename>+
scottmg
2015/09/03 20:30:01
Done.
|
| +on Windows. |
| *--url*='URL':: |
| If uploads are enabled, sends crash reports to the Breakpad-type crash report |