From a3c76df0b9add53344117f3b16b35c3c02505cda Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Mon, 17 Jan 2022 18:51:51 -0500 Subject: Slight improvement on long cosmetic arg name in help output --- src/cli.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli.rs b/src/cli.rs index 9f0abf7a..cdd85964 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -728,9 +728,9 @@ pub struct Opt { #[clap( long = "merge-conflict-theirs-diff-header-decoration-style", - default_value = "box" + default_value = "box", // See https://github.com/clap-rs/clap/issues/3300 - // value_name = "STYLE" + value_name = "STYLE> " )] /// Style string for the decoration of the header above the 'theirs' merge conflict diff. /// -- cgit v1.2.3