From: Sage Weil Date: Wed, 12 Feb 2020 21:47:36 +0000 (-0600) Subject: mgr/orch: service rm -> rm X-Git-Tag: v15.1.1~425^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=96b0235d5356018006a1b4cb37b2f7ffd1dcf2fc;p=ceph.git mgr/orch: service rm -> rm Signed-off-by: Sage Weil --- diff --git a/src/pybind/mgr/orchestrator_cli/module.py b/src/pybind/mgr/orchestrator_cli/module.py index 0f6b9ffe50bf..f501e7f6bf60 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):