Add a whitespace between description

Change-Id: Ib31d4b82fc3da61e3ad23d0caad411df813d132e
This commit is contained in:
Jeremy Liu 2017-07-03 15:07:22 +08:00
parent f5fbceced8
commit edee8edd7c
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ OPTIONS_SCHEMA = {
"force": {
"type": "boolean",
"title": "Force",
"description": "Whether to backup, even if the volume"
"description": "Whether to backup, even if the volume "
"is attached",
"default": False
}

View File

@ -42,7 +42,7 @@ OPTIONS_SCHEMA = {
"force": {
"type": "boolean",
"title": "Force",
"description": "Whether to backup, even if the volume"
"description": "Whether to backup, even if the volume "
"is attached",
"default": False
}

View File

@ -28,7 +28,7 @@ OPTIONS_SCHEMA = {
"force": {
"type": "boolean",
"title": "Force",
"description": "Allows or disallows snapshot of a volume when the"
"description": "Allows or disallows snapshot of a volume when the "
"volume is attached to an instance.",
"default": False
}