Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2020-03-04 16:51:13 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2020-03-04 16:51:13 +0300
commite008907ff1242f6055a4591f75eae73ea53e1d3a (patch)
tree993bbd0efc87115f57b0411bc158c685f0da80d0 /include/parameters
parentb011b7a8d52138fa9472904c33a85b2bb8efaacc (diff)
Remove 's' from word 'colours'
Diffstat (limited to 'include/parameters')
-rw-r--r--include/parameters4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/parameters b/include/parameters
index bdbbfae5..0edae1cd 100644
--- a/include/parameters
+++ b/include/parameters
@@ -270,7 +270,7 @@
;;
# Don't use colors
- --no-colors | --nocolors | --no-colours | --nocolours)
+ --no-colors | --nocolors | --no-colour | --nocolour)
COLORS=0
RemoveColors
;;
@@ -337,7 +337,7 @@
;;
# Strip the colors which aren't clearly visible on light backgrounds
- --reverse-colors| --reverse-colours)
+ --reverse-colors| --reverse-colour)
BLUE="${NORMAL}";
SECTION="${NORMAL}";
NOTICE="${NORMAL}";