]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/man/cephadm: Add missing parameters for `ls`
authorSebastian Wagner <sebastian.wagner@suse.com>
Mon, 24 Aug 2020 08:28:07 +0000 (10:28 +0200)
committerSebastian Wagner <sebastian.wagner@suse.com>
Mon, 24 Aug 2020 08:28:07 +0000 (10:28 +0200)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
doc/man/8/cephadm.rst

index 72bbf22edab0015a299e9eb6d2a441291513fb13..3b93150001e2ac1665d1d897377d7743cd3b915b 100644 (file)
@@ -21,7 +21,7 @@ Synopsis
 
 | **cephadm** **inspect-image**
 
-| **cephadm** **ls**
+| **cephadm** **ls** [-h] [--no-detail] [--legacy-dir LEGACY_DIR]
 
 | **cephadm** **list-networks**
 
@@ -346,6 +346,11 @@ list daemon instances known to cephadm on **this** host::
         },
     ...
 
+Arguments:
+
+* [--no-detail]             Do not include daemon status
+* [--legacy-dir LEGACY_DIR] Base directory for legacy daemon data
+
 logs
 ----