Merge pull request #37650 from jschmid1/gs

mgr/cephadm: adapt <placement> usage string
This commit is contained in:
Joshua Schmid 2020-10-14 14:45:27 +02:00 committed by GitHub
commit 3bac7dd987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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: