]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/orchestrator: fix 'orch host label rm' help text
authorSage Weil <sage@redhat.com>
Thu, 27 Feb 2020 17:22:55 +0000 (11:22 -0600)
committerSage Weil <sage@redhat.com>
Thu, 27 Feb 2020 17:22:55 +0000 (11:22 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
src/pybind/mgr/orchestrator/module.py

index 59e3728433fe218322e119a605f20910e7209a5c..874bf7487020450362433a40786496887309d784 100644 (file)
@@ -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])