summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 233adc93..88785c8e 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -20,6 +20,7 @@ use crate::utils::bat::output::PagingMode;
version,
color = ColorChoice::Always,
setting(AppSettings::DeriveDisplayOrder),
+ term_width(usize::MAX),
after_long_help = "\
GIT CONFIG
----------
@@ -729,8 +730,7 @@ pub struct Opt {
#[clap(
long = "merge-conflict-theirs-diff-header-decoration-style",
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.
///