mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-09 03:48:05 +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]
|
${script_name} [options]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--osname=${os_name}
|
--osname=\${os_name}
|
||||||
--osversion=${os_version}
|
--osversion=\${os_version}
|
||||||
--imagetype=${image_type}
|
--imagetype=\${image_type}
|
||||||
--prefix=${prefix}
|
--prefix=\${prefix}
|
||||||
--destdir=${destdir}
|
--destdir=\${destdir}
|
||||||
--image_initrd_suffix=${image_initrd_suffix}
|
--image_initrd_suffix=\${image_initrd_suffix}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
exit "${return_code}"
|
exit "${return_code}"
|
||||||
|
@ -27,8 +27,8 @@ Usage:
|
|||||||
${script_name} [options]
|
${script_name} [options]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--builddir=${builddir}
|
--builddir=\${builddir}
|
||||||
--destdir=${destdir}
|
--destdir=\${destdir}
|
||||||
|
|
||||||
Environment variables:
|
Environment variables:
|
||||||
HKD_PATH (required): a path for a directory which includes at least one host key document
|
HKD_PATH (required): a path for a directory which includes at least one host key document
|
||||||
|
Loading…
Reference in New Issue
Block a user