mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-23 22:19:08 +01:00
Improve --file-name help text, closes #1109
This commit is contained in:
parent
5ef35a10cf
commit
57aa88a13a
@ -105,7 +105,8 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> {
|
|||||||
.long_help(
|
.long_help(
|
||||||
"Specify the name to display for a file. Useful when piping \
|
"Specify the name to display for a file. Useful when piping \
|
||||||
data to bat from STDIN when bat does not otherwise know \
|
data to bat from STDIN when bat does not otherwise know \
|
||||||
the filename.",
|
the filename. Note that the provided file name is also \
|
||||||
|
used for syntax detection.",
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user