Merge "Fix missing space in help messages"

This commit is contained in:
Zuul
2025-03-19 13:11:46 +00:00
committed by Gerrit Code Review
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"
), ),