mirror of
https://github.com/sharkdp/bat
synced 2026-08-05 19:11:42 +00:00
be consistent
This commit is contained in:
+2
-2
@@ -146,10 +146,10 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> {
|
||||
.long("highlight-line")
|
||||
.overrides_with("highlight-line")
|
||||
.takes_value(true)
|
||||
.value_name("n")
|
||||
.value_name("N")
|
||||
.help("Highlight a line.")
|
||||
.long_help(
|
||||
"Highlight the nth line. The background color is changed to create contrast.",
|
||||
"Highlight the Nth line. The background color is changed to create contrast.",
|
||||
),
|
||||
)
|
||||
.arg(
|
||||
|
||||
Reference in New Issue
Block a user