diff options
author | Josh Durgin <josh.durgin@inktank.com> | 2013-01-28 16:43:38 -0800 |
---|---|---|
committer | Josh Durgin <josh.durgin@inktank.com> | 2013-01-28 16:52:33 -0800 |
commit | 91a0bc891a423c46d7c04411db540660a64a05f7 (patch) | |
tree | e2ae9e8f82eda442d4342e3eb2b67ff428a9d228 /man | |
parent | 1a6197a75b9dbc8115028755cd928ff912c81100 (diff) | |
download | ceph-91a0bc891a423c46d7c04411db540660a64a05f7.tar.gz |
ceph, rados: update pool delete docs and usage
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/rados.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/rados.8 b/man/rados.8 index 046ffbf433d..ef65f651e98 100644 --- a/man/rados.8 +++ b/man/rados.8 @@ -90,7 +90,7 @@ counts, over the entire system and broken down by pool. .B \fBmkpool\fP \fIfoo\fP Create a pool with name foo. .TP -.B \fBrmpool\fP \fIfoo\fP +.B \fBrmpool\fP \fIfoo\fP [ \flfoo\fP \-\-yes\-i\-really\-really\-mean\-it ] Delete the pool foo (and all its data) .UNINDENT .SH POOL SPECIFIC COMMANDS |