1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-01 18:31:46 +00:00

Numbers => LineNumbers

This commit is contained in:
sharkdp
2020-04-22 20:36:20 +02:00
committed by David Peter
parent 36dde9275a
commit 0cde4e9121
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ impl App {
if matches.value_of("decorations") == Some("never") {
HashSet::new()
} else if matches.is_present("number") {
[StyleComponent::Numbers].iter().cloned().collect()
[StyleComponent::LineNumbers].iter().cloned().collect()
} else if matches.is_present("plain") {
[StyleComponent::Plain].iter().cloned().collect()
} else {