Skip to content

Commit

Permalink
refactor: remove redundant name for 'disable-double-buffering' option
Browse files Browse the repository at this point in the history
  • Loading branch information
gemesa committed May 20, 2023
1 parent 1fadcad commit f1c5200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/rst-flash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ enum Commands {
enable_progressbars: bool,

/// Disable double-buffering when downloading flash. If downloading times out, try this option.
#[clap(long = "disable-double-buffering")]
#[clap(long)]
disable_double_buffering: bool,
},
/// Erase all nonvolatile memory of attached target
Expand Down

0 comments on commit f1c5200

Please sign in to comment.