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:
-rw-r--r--include/parameters4
-rwxr-xr-xlynis1
2 files changed, 2 insertions, 3 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}";
diff --git a/lynis b/lynis
index 66a56acc..f39dd7af 100755
--- a/lynis
+++ b/lynis
@@ -436,7 +436,6 @@ ${YELLOW}Note: ${WHITE}Cancelling the program can leave temporary files behind${
${WHITE}Layout options${NORMAL}
${GRAY}--no-colors${NORMAL} : Don't use colors in output
- ${GRAY}--no-colours${NORMAL} : Don't use colours in output
${GRAY}--quiet (-q)${NORMAL} : No output
${GRAY}--reverse-colors${NORMAL} : Optimize color display for light backgrounds
${GRAY}--reverse-colours${NORMAL} : Optimize colour display for light backgrounds