mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-23 22:04:39 +02:00
Remove 's' from word 'colours'
This commit is contained in:
parent
b011b7a8d5
commit
e008907ff1
@ -270,7 +270,7 @@
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
# Don't use colors
|
# Don't use colors
|
||||||
--no-colors | --nocolors | --no-colours | --nocolours)
|
--no-colors | --nocolors | --no-colour | --nocolour)
|
||||||
COLORS=0
|
COLORS=0
|
||||||
RemoveColors
|
RemoveColors
|
||||||
;;
|
;;
|
||||||
@ -337,7 +337,7 @@
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
# Strip the colors which aren't clearly visible on light backgrounds
|
# Strip the colors which aren't clearly visible on light backgrounds
|
||||||
--reverse-colors| --reverse-colours)
|
--reverse-colors| --reverse-colour)
|
||||||
BLUE="${NORMAL}";
|
BLUE="${NORMAL}";
|
||||||
SECTION="${NORMAL}";
|
SECTION="${NORMAL}";
|
||||||
NOTICE="${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}
|
${WHITE}Layout options${NORMAL}
|
||||||
${GRAY}--no-colors${NORMAL} : Don't use colors in output
|
${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}--quiet (-q)${NORMAL} : No output
|
||||||
${GRAY}--reverse-colors${NORMAL} : Optimize color display for light backgrounds
|
${GRAY}--reverse-colors${NORMAL} : Optimize color display for light backgrounds
|
||||||
${GRAY}--reverse-colours${NORMAL} : Optimize colour display for light backgrounds
|
${GRAY}--reverse-colours${NORMAL} : Optimize colour display for light backgrounds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user