mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-19 01:00:34 +01:00
Change help text for --line-range
This commit is contained in:
parent
90cc019482
commit
65e6970907
@ -146,7 +146,8 @@ impl App {
|
|||||||
.long("line-range")
|
.long("line-range")
|
||||||
.overrides_with("line-range")
|
.overrides_with("line-range")
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
.help("Print range of lines")
|
.value_name("n:m")
|
||||||
|
.help("Only print the lines from n to m")
|
||||||
.long_help(
|
.long_help(
|
||||||
"Print a specified range or ranges of lines from the files. \
|
"Print a specified range or ranges of lines from the files. \
|
||||||
For example: '--line-range 30:40' will print lines 30 to 40 \n\
|
For example: '--line-range 30:40' will print lines 30 to 40 \n\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user