From 96b0235d5356018006a1b4cb37b2f7ffd1dcf2fc Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 12 Feb 2020 15:47:36 -0600 Subject: [PATCH] mgr/orch: service rm -> rm Signed-off-by: Sage Weil --- src/pybind/mgr/orchestrator_cli/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/orchestrator_cli/module.py b/src/pybind/mgr/orchestrator_cli/module.py index 0f6b9ffe50b..f501e7f6bf6 100644 --- a/src/pybind/mgr/orchestrator_cli/module.py +++ b/src/pybind/mgr/orchestrator_cli/module.py @@ -540,7 +540,7 @@ Usage: return HandleCommandResult(stdout=completion.result_str()) @orchestrator._cli_write_command( - 'orch service rm', + 'orch rm', "name=name,type=CephString", 'Remove a service') def _service_rm(self, name): -- 2.39.5