Remove 's' from word 'colours'

This commit is contained in:
Michael Boelen 2020-03-04 14:51:13 +01:00
parent b011b7a8d5
commit e008907ff1
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
2 changed files with 2 additions and 3 deletions

View File

@ -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}";

1
lynis
View File

@ -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