diff options
author | Jakob Unterwurzacher | 2021-12-11 15:35:01 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-12-11 15:35:01 +0100 |
commit | a1f01419e2e6e5d637ec7afa31c0a1d95e0ea923 (patch) | |
tree | b48af93936aef85a88fbfe95bd60459d8f8811b4 /Documentation/MANPAGE.md | |
parent | bd1ecf537983ee5207e78f9bcd6a6ae50c1b4c62 (diff) |
tlog: respect NO_COLOR
Fixes https://github.com/rfjakob/gocryptfs/issues/617
Diffstat (limited to 'Documentation/MANPAGE.md')
-rw-r--r-- | Documentation/MANPAGE.md | 7 |
1 files changed, 7 insertions, 0 deletions
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 ========== |