summaryrefslogtreecommitdiff
path: root/doc/control.rst
diff options
context:
space:
mode:
authorTommi Virtanen <tommi.virtanen@dreamhost.com>2011-12-14 09:33:50 -0800
committerTommi Virtanen <tommi.virtanen@dreamhost.com>2011-12-14 11:19:00 -0800
commitb7a5a6a60519b706f16a73a05711cb85c5adbdbe (patch)
treedb2ce02608e3f36c64906d95a50ccf47ac634668 /doc/control.rst
parent41049f30b0e96b24bc3ab94fc07190daea879a8a (diff)
downloadceph-b7a5a6a60519b706f16a73a05711cb85c5adbdbe.tar.gz
doc: More consistency on formatting placeholder names.
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
Diffstat (limited to 'doc/control.rst')
-rw-r--r--doc/control.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/control.rst b/doc/control.rst
index 133e0ac1a5e..2e80c5da57f 100644
--- a/doc/control.rst
+++ b/doc/control.rst
@@ -67,12 +67,12 @@ file. This is functionally equivalent to ::
::
- $ ceph osd dump [--format format>]
+ $ ceph osd dump [--format <format>]
Dump the osd map. Valid formats for -f are "plain" and "json". If no
--format option is given, the osd map is dumped as plain text. ::
- $ ceph osd tree [--format format]
+ $ ceph osd tree [--format <format>]
Dump the osd map as a tree with one line per osd containing weight
and state. ::