| 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..cc335dedf6b1f7b5419cda304d24a56769dc60de 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 OS X.
|
| +
|
| +*--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 on Windows.
|
|
|
| *--url*='URL'::
|
| If uploads are enabled, sends crash reports to the Breakpad-type crash report
|
|
|