From 75d66fa352709ebf400a268cd43b1e6a06e47fd4 Mon Sep 17 00:00:00 2001 From: Ethan P Date: Sat, 10 Apr 2021 12:31:52 -0700 Subject: [PATCH] batpipe: Fix incorrect colors in usage instructions --- src/batpipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/batpipe.sh b/src/batpipe.sh index aba7a51..7fe6269 100755 --- a/src/batpipe.sh +++ b/src/batpipe.sh @@ -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