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-12 18:01:11 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2020-03-12 18:01:11 +0300
commit0b0b0ea90515c42062d43d244016dceee6889147 (patch)
tree4c3cfafbf58e384c4bfae323b1aa256d83fa015e /include/parameters
parent83a9470b72d54d22511d69cf463bad3d3e47b2e4 (diff)
Style improvement
Diffstat (limited to 'include/parameters')
-rw-r--r--include/parameters2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/parameters b/include/parameters
index 0edae1cd..2d9ef14d 100644
--- a/include/parameters
+++ b/include/parameters
@@ -337,7 +337,7 @@
;;
# Strip the colors which aren't clearly visible on light backgrounds
- --reverse-colors| --reverse-colour)
+ --reverse-colors | --reverse-colour)
BLUE="${NORMAL}";
SECTION="${NORMAL}";
NOTICE="${NORMAL}";