]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: adapt <placement> usage string 37650/head
authorJoshua Schmid <jschmid@suse.de>
Tue, 13 Oct 2020 10:48:32 +0000 (12:48 +0200)
committerJoshua Schmid <jschmid@suse.de>
Tue, 13 Oct 2020 10:48:32 +0000 (12:48 +0200)
Signed-off-by: Joshua Schmid <jschmid@suse.de>
src/pybind/mgr/orchestrator/module.py

index 7346756ddb7090652933b842775542715670623b..ea27c762a08db01fcdd4d7ffe46dc22d82276a49 100644 (file)
@@ -1063,7 +1063,7 @@ Usage:
                     inbuf: Optional[str] = None) -> HandleCommandResult:
         usage = """Usage:
   ceph orch apply -i <yaml spec> [--dry-run]
-  ceph orch apply <service_type> <placement> [--unmanaged]
+  ceph orch apply <service_type> [--placement=<placement_string>] [--unmanaged]
         """
         if inbuf:
             if service_type or placement or unmanaged: