aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-05-14 08:38:13 +0000
committermerakor <cem@ckyln.com>2020-05-14 08:38:13 +0000
commit50c2211fa1cd2f7624b8ccee48c891f80514026d (patch)
tree5a99844b09a2fae8f8067bd920fd2016e2942c84 /man
parentb1faad8782494bfc951c88ccc62ef6f1479e0bf3 (diff)
downloadcpt-50c2211fa1cd2f7624b8ccee48c891f80514026d.tar.gz
kiss: change KISS_COLOUR variable to KISS_COLOR
American English smh... FossilOrigin-Name: 98f76b6b201d870593d647b8c0d9ec38942eecf7d378f20cfbe9e4400bf4457f
Diffstat (limited to 'man')
-rw-r--r--man/kiss.16
1 files changed, 3 insertions, 3 deletions
diff --git a/man/kiss.1 b/man/kiss.1
index 8074ca3..318eb20 100644
--- a/man/kiss.1
+++ b/man/kiss.1
@@ -178,12 +178,12 @@ export KISS_TMPDIR=
.SS ENABLING/DISABLING COLOUR
If run in a subshell, \fBKISS\fR disables colour output. However, this behaviour
-can be overriden. If a user defines a \fIKISS_COLOUR\fR environment value, it will
+can be overriden. If a user defines a \fIKISS_COLOR\fR environment value, it will
be enabled or disabled globally
.IP
-export KISS_COLOUR=1 # Enables globally
+export KISS_COLOR=1 # Enables globally
.IP
-export KISS_COLOUR=0 # Disables globally
+export KISS_COLOR=0 # Disables globally
.PP
.SS DISABLING PROMPTS
User can disable prompts by setting a \fIKISS_NOPROMPT\fR environment value. This