Merge "Fix typo in doc string"
This commit is contained in:
commit
7834f97bba
@ -89,8 +89,9 @@ common_opts = [
|
|||||||
'returned by a request')),
|
'returned by a request')),
|
||||||
cfg.BoolOpt('show_image_direct_url', default=False,
|
cfg.BoolOpt('show_image_direct_url', default=False,
|
||||||
help=_('Whether to include the backend image storage location '
|
help=_('Whether to include the backend image storage location '
|
||||||
'in image properties. Revealing storage location can be'
|
'in image properties. Revealing storage location can '
|
||||||
'a security risk, so use this setting with caution!')),
|
'be a security risk, so use this setting with '
|
||||||
|
'caution!')),
|
||||||
cfg.BoolOpt('show_multiple_locations', default=False,
|
cfg.BoolOpt('show_multiple_locations', default=False,
|
||||||
help=_('Whether to include the backend image locations '
|
help=_('Whether to include the backend image locations '
|
||||||
'in image properties. Revealing storage location can '
|
'in image properties. Revealing storage location can '
|
||||||
|
Loading…
Reference in New Issue
Block a user