From 3ad3f06d2cdb5b700f8642814c32a3680bbd0dd5 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 15 Feb 2021 13:09:40 -0600 Subject: [PATCH] mgr/orchestrator: fix help formatting Signed-off-by: Sage Weil --- src/pybind/mgr/orchestrator/module.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pybind/mgr/orchestrator/module.py b/src/pybind/mgr/orchestrator/module.py index d6b5bef0fbf62..f8d92dea37cb8 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() -- 2.39.5