Improve --file-name help text, closes #1109

This commit is contained in:
sharkdp 2020-09-20 20:43:30 +02:00
parent 5ef35a10cf
commit 57aa88a13a
1 changed files with 2 additions and 1 deletions

View File

@ -105,7 +105,8 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> {
.long_help(
"Specify the name to display for a file. Useful when piping \
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.",
),
);