diff options
-rwxr-xr-x | spectre-meltdown-checker.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index 6f01354..b8bc6cf 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -45,9 +45,9 @@ show_usage() --map kernel_map_file Specify a kernel System.map file Options: - --no-color Don't use color codes + --no-color Don't use color codes --verbose, -v Increase verbosity level - --no-sysfs Don't use the /sys interface even if present + --no-sysfs Don't use the /sys interface even if present --sysfs-only Only use the /sys interface, don't run our own checks --coreos Special mode for CoreOS (use an ephemeral toolbox to inspect kernel) --batch text Produce machine readable output, this is the default if --batch is specified alone @@ -69,7 +69,6 @@ EOF show_disclaimer() { cat <<EOF - Disclaimer: This tool does its best to determine whether your system is immune (or has proper mitigations in place) for the |