From ce350450e81daeb725abdd0fceb0fe2301a878de Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Wed, 7 Feb 2024 15:16:52 +0000 Subject: [PATCH] kata-manager: Sort options in usage Ensure the usage statement lists all options in alphabetical order. Signed-off-by: James O. D. Hunt --- utils/kata-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/kata-manager.sh b/utils/kata-manager.sh index 0dfeb33ae1..a4bcbc77c1 100755 --- a/utils/kata-manager.sh +++ b/utils/kata-manager.sh @@ -270,12 +270,12 @@ Options: https://containerd.io/releases/#support-horizon -d : Enable debug for all components. -D : Install Docker server and CLI tooling (takes priority over '-c'). - -N : Install nerdctl (takes priority over '-c', only implemented for x86_64 and ARM). -f : Force installation (use with care). -h : Show this help statement. -k : Specify Kata Containers version. -K : Specify local Kata Containers tarball to install (takes priority over '-k'). -l : List installed and available versions only, then exit (uses network). + -N : Install nerdctl (takes priority over '-c', only implemented for x86_64 and ARM). -o : Only install Kata Containers. -r : Don't cleanup on failure (retain files). -t : Disable self test (don't try to create a container after install).