packaging: Show the new options of kata-deploy-binaries.sh

We've added a bunch of new options related to Confidential Containers
builds as part of the kata-deploy-binaries.sh.  Let's make sure those
are displayed to the users of the script when it's called with --help.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2022-06-30 19:02:06 +02:00
parent 07bdf75913
commit 097fe823e5

View File

@ -81,6 +81,13 @@ options:
rootfs-initrd
shim-v2
virtiofsd
cc
cc-cloud-hypervisor
cc-kernel
cc-qemu
cc-rootfs-image
cc-shimv2
cc-virtiofsd
EOF
exit "${return_code}"