mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-22 15:53:29 +01:00
Re-formulate help text
This commit is contained in:
parent
9814eab13f
commit
26f9125ebb
@ -172,8 +172,8 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> {
|
|||||||
.help("Show non-printable characters (space, tab, newline, ..).")
|
.help("Show non-printable characters (space, tab, newline, ..).")
|
||||||
.long_help(
|
.long_help(
|
||||||
"Show non-printable characters like space, tab or newline. \
|
"Show non-printable characters like space, tab or newline. \
|
||||||
Use '--tabs' to control the width of the tab-placeholders. \
|
This option can also be used to print binary files. \
|
||||||
This option can also be used to print binary files.",
|
Use '--tabs' to control the width of the tab-placeholders."
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
|
Loading…
Reference in New Issue
Block a user