mirror of
https://github.com/sharkdp/bat
synced 2025-02-17 05:18:28 +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:
parent
bf114f5844
commit
ff71303349
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue