mirror of https://github.com/CISOfy/lynis.git
Remove 's' from word 'colours'
This commit is contained in:
parent
b011b7a8d5
commit
e008907ff1
|
@ -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
1
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
|
||||
|
|
Loading…
Reference in New Issue