diff options
author | Josh Durgin <josh.durgin@inktank.com> | 2013-01-02 16:15:18 -0800 |
---|---|---|
committer | Josh Durgin <josh.durgin@inktank.com> | 2013-01-16 13:14:49 -0800 |
commit | d7cdcc0e25619669e78cc91c12c1c52935451105 (patch) | |
tree | b340307008d949caa3dfc06d2d7f4a75b0375dc7 /man | |
parent | 4e5a07bceb5fe853efabebcd2caf4c63d557369b (diff) | |
download | ceph-d7cdcc0e25619669e78cc91c12c1c52935451105.tar.gz |
rbd: regenerate man page and cli test
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/rbd.8 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/man/rbd.8 b/man/rbd.8 index 6004244e0ba..ee3bff7b5fb 100644 --- a/man/rbd.8 +++ b/man/rbd.8 @@ -1,4 +1,4 @@ -.TH "RBD" "8" "December 05, 2012" "dev" "Ceph" +.TH "RBD" "8" "January 02, 2013" "dev" "Ceph" .SH NAME rbd \- manage rados block device (RBD) images . @@ -63,7 +63,7 @@ Interact with the given pool. Required by most commands. .SH PARAMETERS .INDENT 0.0 .TP -.B \-\-format format +.B \-\-image\-format format Specifies which object layout to use. The default is 1. .INDENT 7.0 .IP \(bu 2 @@ -132,6 +132,16 @@ be open from more than one client at once, like during live migration of a virtual machine, or for use underneath a clustered filesystem. .UNINDENT +.INDENT 0.0 +.TP +.B \-\-format format +Specifies output formatting (default: plain, json, xml) +.UNINDENT +.INDENT 0.0 +.TP +.B \-\-pretty\-format +Make json or xml formatted output more human-readable. +.UNINDENT .SH COMMANDS .INDENT 0.0 .TP |