mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-15 02:39:23 +02:00
Improve --file-name help text, closes #1109
This commit is contained in:
@ -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.",
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user