From 30ff30a4d7215154b50405a0915ad934c4a58e21 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 27 Feb 2020 11:22:55 -0600 Subject: [PATCH] mgr/orchestrator: fix 'orch host label rm' help text Signed-off-by: Sage Weil --- src/pybind/mgr/orchestrator/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/orchestrator/module.py b/src/pybind/mgr/orchestrator/module.py index 59e3728433f..874bf748702 100644 --- a/src/pybind/mgr/orchestrator/module.py +++ b/src/pybind/mgr/orchestrator/module.py @@ -233,7 +233,7 @@ class OrchestratorCli(OrchestratorClientMixin, MgrModule): 'orch host label rm', 'name=hostname,type=CephString ' 'name=label,type=CephString', - 'Add a host label') + 'Remove a host label') def _host_label_rm(self, hostname, label): completion = self.remove_host_label(hostname, label) self._orchestrator_wait([completion]) -- 2.39.5