File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ struct RunnerOptions {
269
269
/// - OpenTitan needs 20 bytes that are not all 0xff. The bytes are the major version (4
270
270
/// bytes), the minor version (4 bytes), the security version (4 bytes), and the timestamp (8
271
271
/// bytes).
272
- #[ clap( long) ]
272
+ #[ clap( long, verbatim_doc_comment ) ]
273
273
version : Option < String > ,
274
274
275
275
/// Host platform serial.
@@ -296,7 +296,7 @@ struct RunnerOptions {
296
296
/// - Host doesn't have a notion of board.
297
297
/// - Nordic supports devkit (default), dongle, and makerdiary.
298
298
/// - OpenTitan doesn't have a notion of board yet.
299
- #[ clap( long) ]
299
+ #[ clap( long, verbatim_doc_comment ) ]
300
300
board : Option < String > ,
301
301
302
302
/// Disables A/B platform partitioning.
@@ -377,7 +377,7 @@ struct Flash {
377
377
/// This is not supported by the following boards:
378
378
/// - Nordic: dongle and makerdiary
379
379
/// - OpenTitan
380
- #[ clap( long) ]
380
+ #[ clap( long, verbatim_doc_comment ) ]
381
381
reset_flash : bool ,
382
382
383
383
/// Make sure the Nordic dongle bootloader doesn't check the runner CRC.
You can’t perform that action at this time.
0 commit comments