From f1c520007f543ec0de3c5dfb8f0f44ccdb32ebc9 Mon Sep 17 00:00:00 2001 From: Andras Gemes Date: Sat, 20 May 2023 19:54:11 +0200 Subject: [PATCH] refactor: remove redundant name for 'disable-double-buffering' option --- src/bin/rst-flash.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/rst-flash.rs b/src/bin/rst-flash.rs index 313c3dd..5839c40 100644 --- a/src/bin/rst-flash.rs +++ b/src/bin/rst-flash.rs @@ -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