1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-06 19:21:43 +00:00

Code formatting

This commit is contained in:
sharkdp
2020-09-20 20:47:21 +02:00
parent 57aa88a13a
commit 71b2089384
5 changed files with 14 additions and 11 deletions
+3 -3
View File
@@ -104,9 +104,9 @@ pub fn build_app(interactive_output: bool) -> ClapApp<'static, 'static> {
.help("Specify the name to display for a file.")
.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. Note that the provided file name is also \
used for syntax detection.",
data to bat from STDIN when bat does not otherwise know \
the filename. Note that the provided file name is also \
used for syntax detection.",
),
);