summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2022-01-17 18:51:51 -0500
committerDan Davison <dandavison7@gmail.com>2022-01-17 19:00:14 -0500
commita3c76df0b9add53344117f3b16b35c3c02505cda (patch)
tree8fca2aafc376a8f9378563099b2551475b12b787
parent0ba86d032c5cbc1282e889fb44767043445e9ea1 (diff)
Slight improvement on long cosmetic arg name in help output
-rw-r--r--src/cli.rs4
1 files 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.
///