From 1a65a6dcfbc7b7d235673bed58028d8966db50ec Mon Sep 17 00:00:00 2001 From: Erich Ritz Date: Wed, 15 May 2019 08:43:43 -0700 Subject: [PATCH] fix --help message Commit 7b72c20f89d7e9906497b6a8cfcff7ea35f833b7 added help text for the --cve switch, and the "can be specified multiple times" note got associated with the --cve switch instead of staying with the --variant switch. Restore the line to belong to the --variant switch help message. --- spectre-meltdown-checker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index 0906103..1fafadb 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -79,8 +79,8 @@ show_usage() --variant VARIANT specify which variant you'd like to check, by default all variants are checked VARIANT can be one of 1, 2, 3, 3a, 4, l1tf, msbds, mfbds, mlpds, mdsum - --cve [cve1,cve2,...] specify which CVE you'd like to check, by default all supported CVEs are checked can be specified multiple times (e.g. --variant 2 --variant 3) + --cve [cve1,cve2,...] specify which CVE you'd like to check, by default all supported CVEs are checked --hw-only only check for CPU information, don't check for any variant --no-hw skip CPU information and checks, if you're inspecting a kernel not to be run on this host --vmm [auto,yes,no] override the detection of the presence of a hypervisor (for CVE-2018-3646), default: auto