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 <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2023-11-06 11:49:42 +00:00
parent 1625a5ce48
commit 436d7d1275

View File

@ -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
}