Fix a typo in the help message of disk-image-create
Change-Id: I092e5ea88747b80c0e59c0aea4301d19009e0241
This commit is contained in:
parent
d9d59b70da
commit
a64aa0cb47
@ -84,7 +84,7 @@ function show_options () {
|
|||||||
echo " --docker-target -- specify the repo and tag to use if the output type is docker. Defaults to the value of output imagename"
|
echo " --docker-target -- specify the repo and tag to use if the output type is docker. Defaults to the value of output imagename"
|
||||||
if [ "$IS_RAMDISK" == "0" ]; then
|
if [ "$IS_RAMDISK" == "0" ]; then
|
||||||
echo " -n skip the default inclusion of the 'base' element"
|
echo " -n skip the default inclusion of the 'base' element"
|
||||||
echo " -p package[,p2...] [-p p3] -- extra packages to install in the image. Runs once, after 'install.d' phase. Can be specified mulitple times"
|
echo " -p package[,p2...] [-p p3] -- extra packages to install in the image. Runs once, after 'install.d' phase. Can be specified multiple times"
|
||||||
fi
|
fi
|
||||||
echo " -h|--help -- display this help and exit"
|
echo " -h|--help -- display this help and exit"
|
||||||
echo " --version -- display version and exit"
|
echo " --version -- display version and exit"
|
||||||
|
Loading…
Reference in New Issue
Block a user