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:48:19 +0300
committerGitHub <noreply@github.com>2020-03-04 16:48:19 +0300
commitb011b7a8d52138fa9472904c33a85b2bb8efaacc (patch)
treeb544a68b6fbe7276e57d273b573644b028b76459 /include/parameters
parentd81cc71790144ed9ff354748254d300d297f3da6 (diff)
parent0cd256372cda0d41d95a176e37e0404f426ccb1e (diff)
Merge pull request #850 from gcsgithub/soerelease
Soerelease
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 77a6084f..bdbbfae5 100644
--- a/include/parameters
+++ b/include/parameters
@@ -270,7 +270,7 @@
;;
# Don't use colors
- --no-colors | --nocolors)
+ --no-colors | --nocolors | --no-colours | --nocolours)
COLORS=0
RemoveColors
;;
@@ -337,7 +337,7 @@
;;
# Strip the colors which aren't clearly visible on light backgrounds
- --reverse-colors)
+ --reverse-colors| --reverse-colours)
BLUE="${NORMAL}";
SECTION="${NORMAL}";
NOTICE="${NORMAL}";