Update src/bin/bat/clap_app.rs for PR 2309

Co-authored-by: Martin Nordholts <enselic@gmail.com>
This commit is contained in:
John Higgins 2022-10-17 23:35:52 -07:00 committed by GitHub
parent bf114f5844
commit ff71303349
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")