batpipe: Fix incorrect colors in usage instructions

This commit is contained in:
Ethan P 2021-04-10 12:31:52 -07:00
parent a4a5f5a5fd
commit 75d66fa352
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA

View File

@ -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