1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-01-31 10:11:07 +00:00

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") .long("chop-long-lines")
.short('S') .short('S')
.takes_value(false) .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(
Arg::new("terminal-width") Arg::new("terminal-width")