Add missing space to the description of work-dir parameter

Change-Id: I4264202c7b4bda1b8ebf54a50d586379f90b323e
This commit is contained in:
Christian Berendt 2017-11-08 14:45:37 +01:00
parent 61495b1a83
commit 63d32ba230
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ _CLI_OPTS = [
cfg.BoolOpt('pull', default=True,
help='Attempt to pull a newer version of the base image'),
cfg.StrOpt('work-dir', help=('Path to be used as working directory.'
'By default, a temporary dir is created')),
' By default, a temporary dir is created')),
]
_BASE_OPTS = [