]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: "ceph -w" clarification.
authorTommi Virtanen <tommi.virtanen@dreamhost.com>
Wed, 14 Dec 2011 19:18:21 +0000 (11:18 -0800)
committerTommi Virtanen <tommi.virtanen@dreamhost.com>
Wed, 14 Dec 2011 19:19:00 +0000 (11:19 -0800)
Stop saying "watch cluster state" so many times.

Don't say stdout, that's the assumption.

Don't call showing things on terminal "printing".

Don't show -C option here.

Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
doc/man/8/ceph.rst

index e6f62de1bb580ec91126599e02300a9d141c6c33..8bccde94953453efa9c7f7bed65582172741bc92 100644 (file)
@@ -27,11 +27,9 @@ To start in interactive mode, no arguments are necessary. Control-d or
 Watch mode
 ----------
 
-To watch cluster state changes in real time, starting in -w (watch)
-mode will print updates to stdout as they occur. For example, to keep
-an eye on cluster state, run::
+Watch mode shows cluster state changes as they occur. For example::
 
-       ceph -C ceph.conf -w
+       ceph -w
 
 Command line mode
 -----------------