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

This commit is contained in:
Zuul 2018-11-29 11:42:19 +00:00 committed by Gerrit Code Review
commit 3eab481ab8
1 changed files with 1 additions and 1 deletions

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"