| Index: tools/crashpad_database_util.ad
|
| diff --git a/tools/crashpad_database_util.ad b/tools/crashpad_database_util.ad
|
| index 1eeb7db2ee7d4b91b241a72bb0d4e90767a4085e..78107ee3b35b4027d526a3604d35fc20745d02f8 100644
|
| --- a/tools/crashpad_database_util.ad
|
| +++ b/tools/crashpad_database_util.ad
|
| @@ -41,10 +41,13 @@ client library. This tool exists to allow developers to manipulate a Crashpad
|
| database.
|
|
|
| == Options
|
| +*--create*::
|
| +Creates the database identified by *--database* if it does not exist, provided
|
| +that the parent directory of 'PATH' exists.
|
| +
|
| *-d*, *--database*='PATH'::
|
| Use 'PATH' as the path to the Crashpad crash report database. This option is
|
| -required. If the database does not exist, it will be created, provided that the
|
| -parent directory of 'PATH' exists.
|
| +required. The database must already exist unless *--create* is also specified.
|
|
|
| *--show-client-id*::
|
| Show the client ID stored in the database’s settings. The client ID is formatted
|
|
|