Fix a typo in the help message of disk-image-create

Change-Id: I092e5ea88747b80c0e59c0aea4301d19009e0241
This commit is contained in:
Pierre Riteau 2018-11-23 09:09:31 +00:00
parent d9d59b70da
commit a64aa0cb47

View File

@ -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"
if [ "$IS_RAMDISK" == "0" ]; then
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
echo " -h|--help -- display this help and exit"
echo " --version -- display version and exit"