mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-12-12 17:20:40 +01:00
batpipe: Fix incorrect colors in usage instructions
This commit is contained in:
parent
a4a5f5a5fd
commit
75d66fa352
@ -89,7 +89,7 @@ if [[ "$#" -eq 0 ]]; then
|
||||
|
||||
# Print the commands required to use color in `less` with `batpipe`.
|
||||
if [[ -t 1 ]]; then
|
||||
printc "\n%{DIM}# The following will enable colors when using batpipe with less:\n"
|
||||
printc "\n%{DIM}# The following will enable colors when using batpipe with less:%{CLEAR}\n"
|
||||
fi
|
||||
|
||||
# shellcheck disable=SC2016
|
||||
|
Loading…
Reference in New Issue
Block a user