Merge pull request #48617 from adk3798/upgrade-status-help

mgr/orchestrator: fix upgrade status help message

Reviewed-by: Redouane Kachach <rkachach@redhat.com>
This commit is contained in:
Adam King 2023-01-13 12:25:54 -05:00 committed by GitHub
commit d6982cc5b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1558,7 +1558,7 @@ Usage:
@_cli_write_command('orch upgrade status')
def _upgrade_status(self) -> HandleCommandResult:
"""Check service versions vs available and target containers"""
"""Check the status of any potential ongoing upgrade operation"""
completion = self.upgrade_status()
status = raise_if_exception(completion)
r = {