diff options
author | Jesús <heckyel@hyperbola.info> | 2018-02-21 12:07:04 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-02-21 12:07:04 -0500 |
commit | 8fad7d5375cf34cfad21b180a5467d753ec166e0 (patch) | |
tree | afe442bff2c8b1ad98a214ab55e942d34b414eb9 | |
parent | 4a099d812a9bf3ecb9cc9e825621fe87e2f04a7b (diff) | |
download | spectre-meltdown-checker-8fad7d5375cf34cfad21b180a5467d753ec166e0.tar.lz spectre-meltdown-checker-8fad7d5375cf34cfad21b180a5467d753ec166e0.tar.xz spectre-meltdown-checker-8fad7d5375cf34cfad21b180a5467d753ec166e0.zip |
minor fix | spaces remove
-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 |