mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 23:36:12 +00:00
packaging: fix the broken usage help
Using the plain usage text instead of the bad variable reference. Fixes: #9386 Signed-off-by: Guoqiang Ding <dgq8211@gmail.com>
This commit is contained in:
parent
79495379e2
commit
75baf75726
@ -104,12 +104,12 @@ Usage:
|
||||
${script_name} [options]
|
||||
|
||||
Options:
|
||||
--osname=${os_name}
|
||||
--osversion=${os_version}
|
||||
--imagetype=${image_type}
|
||||
--prefix=${prefix}
|
||||
--destdir=${destdir}
|
||||
--image_initrd_suffix=${image_initrd_suffix}
|
||||
--osname=\${os_name}
|
||||
--osversion=\${os_version}
|
||||
--imagetype=\${image_type}
|
||||
--prefix=\${prefix}
|
||||
--destdir=\${destdir}
|
||||
--image_initrd_suffix=\${image_initrd_suffix}
|
||||
EOF
|
||||
|
||||
exit "${return_code}"
|
||||
|
@ -27,8 +27,8 @@ Usage:
|
||||
${script_name} [options]
|
||||
|
||||
Options:
|
||||
--builddir=${builddir}
|
||||
--destdir=${destdir}
|
||||
--builddir=\${builddir}
|
||||
--destdir=\${destdir}
|
||||
|
||||
Environment variables:
|
||||
HKD_PATH (required): a path for a directory which includes at least one host key document
|
||||
|
Loading…
Reference in New Issue
Block a user