mirror of
https://github.com/sharkdp/bat.git
synced 2025-06-18 22:35:51 +01:00
Fix typo in unreachable!(..) message for --wrap
This commit is contained in:
@ -158,7 +158,7 @@ impl App {
|
||||
WrappingMode::Character
|
||||
}
|
||||
}
|
||||
_ => unreachable!("other values for --paging are not allowed"),
|
||||
_ => unreachable!("other values for --wrap are not allowed"),
|
||||
}
|
||||
} else {
|
||||
// We don't have the tty width when piping to another program.
|
||||
|
Reference in New Issue
Block a user