From 339f56a5b13c6ce30a3bd84d18c6e9e4d7ffa761 Mon Sep 17 00:00:00 2001 From: Michal Hocko Date: Mar 25 2024 18:01:06 +0000 Subject: scripts/check-kernel-fix: refine the help message --- diff --git a/scripts/check-kernel-fix b/scripts/check-kernel-fix index 36dd0f7..f1bc2f6 100755 --- a/scripts/check-kernel-fix +++ b/scripts/check-kernel-fix @@ -32,13 +32,14 @@ usage() echo echo "Parameters:" echo " sha: sha of the upstream commit" - echo " cve: CVE-XXXX-YYYY of the upstream commit (requires VULNS_GIT)" + echo " cve: CVE-XXXX-YYYY of the upstream commit (requires VULNS_GIT)" echo echo "Options:" echo " -h: help" echo " -q: quiet mode (no progress)" echo " -v: verbose mode: show state of each branch and even NOP actions" - echo " -r: refresh any cached data. (git pull VULNS_GIT, cve, bsc medata)" + echo " -r: refresh any cached data. Use if cve->sha or cve->cvss fails" + echo " (git pull VULNS_GIT, cve, bsc medata)" } branch=