From 436d7d127558e4210421ccd1cd12cfc2aa037b81 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Mon, 6 Nov 2023 11:49:42 +0000 Subject: [PATCH] utils: kata-manager: Improve usage message Update the usage to show that the latest Kata version can also be queried using `kata-ctl`. Signed-off-by: James O. D. Hunt --- utils/kata-manager.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/utils/kata-manager.sh b/utils/kata-manager.sh index 34e596aa02..c92e9bc619 100755 --- a/utils/kata-manager.sh +++ b/utils/kata-manager.sh @@ -270,9 +270,11 @@ $warnings Advice: -- You can check the latest version of Kata Containers by running: +- You can check the latest version of Kata Containers by running + one of the following: $ kata-runtime check --only-list-releases + $ kata-ctl check only-list-releases EOF }