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

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")),
]