kata-manager: Sort options in usage

Ensure the usage statement lists all options in alphabetical order.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2024-02-07 15:16:52 +00:00
parent 159d29665a
commit ce350450e8

View File

@ -270,12 +270,12 @@ Options:
https://containerd.io/releases/#support-horizon https://containerd.io/releases/#support-horizon
-d : Enable debug for all components. -d : Enable debug for all components.
-D : Install Docker server and CLI tooling (takes priority over '-c'). -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). -f : Force installation (use with care).
-h : Show this help statement. -h : Show this help statement.
-k <version> : Specify Kata Containers version. -k <version> : Specify Kata Containers version.
-K <tarball> : Specify local Kata Containers tarball to install (takes priority over '-k'). -K <tarball> : Specify local Kata Containers tarball to install (takes priority over '-k').
-l : List installed and available versions only, then exit (uses network). -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. -o : Only install Kata Containers.
-r : Don't cleanup on failure (retain files). -r : Don't cleanup on failure (retain files).
-t : Disable self test (don't try to create a container after install). -t : Disable self test (don't try to create a container after install).