Skip to content

Commit c2bf60e

Browse files
authored
Add missing verbatim_doc_comment in xtask (#924)
1 parent 965b4cb commit c2bf60e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/xtask/src/main.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ struct RunnerOptions {
269269
/// - OpenTitan needs 20 bytes that are not all 0xff. The bytes are the major version (4
270270
/// bytes), the minor version (4 bytes), the security version (4 bytes), and the timestamp (8
271271
/// bytes).
272-
#[clap(long)]
272+
#[clap(long, verbatim_doc_comment)]
273273
version: Option<String>,
274274

275275
/// Host platform serial.
@@ -296,7 +296,7 @@ struct RunnerOptions {
296296
/// - Host doesn't have a notion of board.
297297
/// - Nordic supports devkit (default), dongle, and makerdiary.
298298
/// - OpenTitan doesn't have a notion of board yet.
299-
#[clap(long)]
299+
#[clap(long, verbatim_doc_comment)]
300300
board: Option<String>,
301301

302302
/// Disables A/B platform partitioning.
@@ -377,7 +377,7 @@ struct Flash {
377377
/// This is not supported by the following boards:
378378
/// - Nordic: dongle and makerdiary
379379
/// - OpenTitan
380-
#[clap(long)]
380+
#[clap(long, verbatim_doc_comment)]
381381
reset_flash: bool,
382382

383383
/// Make sure the Nordic dongle bootloader doesn't check the runner CRC.

0 commit comments

Comments
 (0)