From: Sage Weil Date: Mon, 15 Feb 2021 19:09:40 +0000 (-0600) Subject: mgr/orchestrator: fix help formatting X-Git-Tag: v17.1.0~1976^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3ad3f06d2cdb5b700f8642814c32a3680bbd0dd5;p=ceph.git mgr/orchestrator: fix help formatting Signed-off-by: Sage Weil --- diff --git a/src/pybind/mgr/orchestrator/module.py b/src/pybind/mgr/orchestrator/module.py index d6b5bef0fbf..f8d92dea37c 100644 --- a/src/pybind/mgr/orchestrator/module.py +++ b/src/pybind/mgr/orchestrator/module.py @@ -1222,9 +1222,7 @@ Usage: @_cli_write_command('orch cancel') def _cancel(self) -> HandleCommandResult: """ - cancels ongoing operations - - ProgressReferences might get stuck. Let's unstuck them. + Cancel ongoing background operations """ self.cancel_completions() return HandleCommandResult()