From ff7130334951311d2516bb202ca09d59f74539e0 Mon Sep 17 00:00:00 2001
From: John Higgins <76265228+johnmatthiggins@users.noreply.github.com>
Date: Mon, 17 Oct 2022 23:35:52 -0700
Subject: [PATCH] Update src/bin/bat/clap_app.rs for PR 2309

Co-authored-by: Martin Nordholts <enselic@gmail.com>
---
 src/bin/bat/clap_app.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/bat/clap_app.rs b/src/bin/bat/clap_app.rs
index c956bf5d..426f6171 100644
--- a/src/bin/bat/clap_app.rs
+++ b/src/bin/bat/clap_app.rs
@@ -206,7 +206,7 @@ pub fn build_app(interactive_output: bool) -> Command<'static> {
                 .long("chop-long-lines")
                 .short('S')
                 .takes_value(false)
-                .help("Truncate all lines longer than screen width. Alias for '--wrap=character'."),
+                .help("Truncate all lines longer than screen width. Alias for '--wrap=never'."),
         )
         .arg(
             Arg::new("terminal-width")