summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2022-01-16 16:54:57 -0500
committerDan Davison <dandavison7@gmail.com>2022-01-16 16:54:57 -0500
commite62fd1ad960e266b5982c7aee2af7c60379c6568 (patch)
treeef9cce8b866a4fefeb6f8426f3853b9b829391c1
parent102936b083f9c63ee94f3e5ad87a63ed5b3edd29 (diff)
Add one more clap cosmetic argument nameclap-bug-maybe
However, for an unidentified reason, adding this one causes the short help to switch from one-line-per-option to a multiple-lines-per-option format.
-rw-r--r--src/cli.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 1a7ba767..b1a1dc72 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -752,7 +752,8 @@ pub struct Opt {
#[clap(
long = "merge-conflict-theirs-diff-header-decoration-style",
- default_value = "box"
+ default_value = "box",
+ value_name = "STYLE_STRING"
)]
/// Style string for the decoration of the header above the 'theirs' merge conflict diff.
///