Merge "Remove extra space in help string"

This commit is contained in:
Jenkins 2014-03-24 17:14:48 +00:00 committed by Gerrit Code Review
commit a292666f8f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ eswitch_opts = [
"hostdev")),
cfg.BoolOpt('apply_profile_patch',
default=False,
help=_("Enable server compatibility with old nova ")),
help=_("Enable server compatibility with old nova")),
]