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:
Rajesh Tailor
2025-03-05 19:55:59 +05:30
parent 966aede8ab
commit f65e4835d3
2 changed files with 7 additions and 7 deletions

View File

@@ -4252,7 +4252,7 @@ release the new server and restart the old one."""
'--revert', '--revert',
action="store_true", action="store_true",
help=_( help=_(
'**Deprecated** Restore server state before resize' '**Deprecated** Restore server state before resize. '
"Replaced by the 'openstack server resize revert' and " "Replaced by the 'openstack server resize revert' and "
"'openstack server migration revert' commands" "'openstack server migration revert' commands"
), ),