From a1f01419e2e6e5d637ec7afa31c0a1d95e0ea923 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 11 Dec 2021 15:35:01 +0100 Subject: tlog: respect NO_COLOR Fixes https://github.com/rfjakob/gocryptfs/issues/617 --- Documentation/MANPAGE.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Documentation/MANPAGE.md') diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 503d145..25434c9 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -673,6 +673,13 @@ the `-nofail` option for details). /tmp/cipher /tmp/plain fuse./usr/local/bin/gocryptfs nofail,allow_other,passfile=/tmp/password 0 0 +ENVIRONMENT VARIABLES +===================== + +### NO_COLOR + +If `NO_COLOR` is set (regardless of value), colored output is disabled (see https://no-color.org/). + EXIT CODES ========== -- cgit v1.2.3