Fix missing space in help messages
This change fixes missing space in help messages to make those consistent and pretty rendering when calling help. Change-Id: I947374821a4dbb5e68651c0e72fc5fd2f938e6a1
This commit is contained in:
@@ -4252,7 +4252,7 @@ release the new server and restart the old one."""
|
||||
'--revert',
|
||||
action="store_true",
|
||||
help=_(
|
||||
'**Deprecated** Restore server state before resize'
|
||||
'**Deprecated** Restore server state before resize. '
|
||||
"Replaced by the 'openstack server resize revert' and "
|
||||
"'openstack server migration revert' commands"
|
||||
),
|
||||
|
Reference in New Issue
Block a user