Merge "Add missing space to the description of work-dir parameter"

This commit is contained in:
Zuul 2017-11-12 16:55:00 +00:00 committed by Gerrit Code Review
commit 5a9b58929a
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,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 = [