From a64aa0cb47ab3a0c1ae6fc14307c5cf0954659c0 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Fri, 23 Nov 2018 09:09:31 +0000 Subject: [PATCH] Fix a typo in the help message of disk-image-create Change-Id: I092e5ea88747b80c0e59c0aea4301d19009e0241 --- diskimage_builder/lib/disk-image-create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diskimage_builder/lib/disk-image-create b/diskimage_builder/lib/disk-image-create index 81159a88b..1b06c2500 100644 --- a/diskimage_builder/lib/disk-image-create +++ b/diskimage_builder/lib/disk-image-create @@ -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"