]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
man: document listwatchers cmd in "rados" manpage 7433/head 7434/head
authorKefu Chai <kchai@redhat.com>
Wed, 23 Dec 2015 03:23:38 +0000 (11:23 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 29 Jan 2016 12:30:14 +0000 (20:30 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit c2e391301efc43f0b431e89737246b2c43bf10a9)

man/rados.8: also added the rendered man.8 man page, as we don't
             put the generated man pages in master anymore. but
             they are still in the hammer's source repo.

doc/man/8/rados.rst
man/rados.8

index a32d0d9b1acc9290277de07cee2dffa9448bee4a..0588bbf1cb29f138d70d01e67455b31c2f07c962 100644 (file)
@@ -81,6 +81,9 @@ Pool specific commands
 :command:`rm` *name*
   Remove object name.
 
+:command:`listwatchers` *name*
+  List the watchers of object name.
+
 :command:`ls` *outfile*
   List objects in given pool and write to outfile.
 
index 94b67c919ca9c0d9ae50c7bfd2122f9c38ae4cb5..e9f2d03b6695b0ef234035119faaad615003c11c 100644 (file)
@@ -132,6 +132,9 @@ Write object name to the cluster with contents from infile.
 .B \fBrm\fP \fIname\fP
 Remove object name.
 .TP
+.B \fBlistwatchers\fP \fIname\fP
+List the watchers of object name.
+.TP
 .B \fBls\fP \fIoutfile\fP
 List objects in given pool and write to outfile.
 .TP