| OLD | NEW |
| 1 // Copyright 2015 The Crashpad Authors. All rights reserved. | 1 // Copyright 2015 The Crashpad Authors. All rights reserved. |
| 2 // | 2 // |
| 3 // Licensed under the Apache License, Version 2.0 (the "License"); | 3 // Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 // you may not use this file except in compliance with the License. | 4 // you may not use this file except in compliance with the License. |
| 5 // You may obtain a copy of the License at | 5 // You may obtain a copy of the License at |
| 6 // | 6 // |
| 7 // http://www.apache.org/licenses/LICENSE-2.0 | 7 // http://www.apache.org/licenses/LICENSE-2.0 |
| 8 // | 8 // |
| 9 // Unless required by applicable law or agreed to in writing, software | 9 // Unless required by applicable law or agreed to in writing, software |
| 10 // distributed under the License is distributed on an "AS IS" BASIS, | 10 // distributed under the License is distributed on an "AS IS" BASIS, |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 See also *--show-uploads-enabled*. | 98 See also *--show-uploads-enabled*. |
| 99 | 99 |
| 100 *--set-last-upload-attempt-time*='TIME':: | 100 *--set-last-upload-attempt-time*='TIME':: |
| 101 Set the last-upload-attempt time in the database’s settings. 'TIME' is a string | 101 Set the last-upload-attempt time in the database’s settings. 'TIME' is a string |
| 102 representation of a time, which may be in 'yyyy-mm-dd hh:mm:ss' format, a | 102 representation of a time, which may be in 'yyyy-mm-dd hh:mm:ss' format, a |
| 103 numeric +time_t+ value, or the special string +"never"+. | 103 numeric +time_t+ value, or the special string +"never"+. |
| 104 + | 104 + |
| 105 See also *--show-last-upload-attempt-time*. | 105 See also *--show-last-upload-attempt-time*. |
| 106 | 106 |
| 107 *--new-report*='PATH':: | 107 *--new-report*='PATH':: |
| 108 Submit a new report located at 'PATH' to the database. The new report will be in | 108 Submit a new report located at 'PATH' to the database. If 'PATH' is +"-"+, the |
| 109 the “pending” state. The UUID assigned to the new report will be printed. This | 109 new report will be read from standard input. The new report will be in the |
| 110 “pending” state. The UUID assigned to the new report will be printed. This |
| 110 option may appear multiple times. | 111 option may appear multiple times. |
| 111 | 112 |
| 112 *--utc*:: | 113 *--utc*:: |
| 113 When showing times, do so in UTC as opposed to the local time zone. When setting | 114 When showing times, do so in UTC as opposed to the local time zone. When setting |
| 114 times, interpret ambiguous time strings in UTC as opposed to the local time | 115 times, interpret ambiguous time strings in UTC as opposed to the local time |
| 115 zone. | 116 zone. |
| 116 | 117 |
| 117 *--help*:: | 118 *--help*:: |
| 118 Display help and exit. | 119 Display help and exit. |
| 119 | 120 |
| (...skipping 30 matching lines...) Expand all Loading... |
| 150 Success. | 151 Success. |
| 151 | 152 |
| 152 *1*:: | 153 *1*:: |
| 153 Failure, with a message printed to the standard error stream. | 154 Failure, with a message printed to the standard error stream. |
| 154 | 155 |
| 155 == See Also | 156 == See Also |
| 156 | 157 |
| 157 man_link:crashpad_handler[8] | 158 man_link:crashpad_handler[8] |
| 158 | 159 |
| 159 include::../doc/support/man_footer.ad[] | 160 include::../doc/support/man_footer.ad[] |
| OLD | NEW |