mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-24 06:14:33 +02:00
commit
b011b7a8d5
@ -61,6 +61,7 @@
|
|||||||
10.12 | 10.12.[0-9]*) OS_FULLNAME="macOS Sierra (${OS_VERSION})" ;;
|
10.12 | 10.12.[0-9]*) OS_FULLNAME="macOS Sierra (${OS_VERSION})" ;;
|
||||||
10.13 | 10.13.[0-9]*) OS_FULLNAME="macOS High Sierra (${OS_VERSION})" ;;
|
10.13 | 10.13.[0-9]*) OS_FULLNAME="macOS High Sierra (${OS_VERSION})" ;;
|
||||||
10.14 | 10.14.[0-9]*) OS_FULLNAME="macOS Mojave (${OS_VERSION})" ;;
|
10.14 | 10.14.[0-9]*) OS_FULLNAME="macOS Mojave (${OS_VERSION})" ;;
|
||||||
|
10.15 | 10.15.[0-9]*) OS_FULLNAME="macOS Catalina (${OS_VERSION})" ;;
|
||||||
*) echo "Unknown macOS version. Do you know what version it is? Create an issue at ${PROGRAM_SOURCE}" ;;
|
*) echo "Unknown macOS version. Do you know what version it is? Create an issue at ${PROGRAM_SOURCE}" ;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
|
@ -270,7 +270,7 @@
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
# Don't use colors
|
# Don't use colors
|
||||||
--no-colors | --nocolors)
|
--no-colors | --nocolors | --no-colours | --nocolours)
|
||||||
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-colors| --reverse-colours)
|
||||||
BLUE="${NORMAL}";
|
BLUE="${NORMAL}";
|
||||||
SECTION="${NORMAL}";
|
SECTION="${NORMAL}";
|
||||||
NOTICE="${NORMAL}";
|
NOTICE="${NORMAL}";
|
||||||
|
2
lynis
2
lynis
@ -436,8 +436,10 @@ ${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
|
||||||
|
|
||||||
${WHITE}Misc options${NORMAL}
|
${WHITE}Misc options${NORMAL}
|
||||||
${GRAY}--debug${NORMAL} : Debug logging to screen
|
${GRAY}--debug${NORMAL} : Debug logging to screen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user