diff options
author | Wido den Hollander <wido@widodh.nl> | 2011-12-16 22:00:46 +0100 |
---|---|---|
committer | Yehuda Sadeh <yehuda.sadeh@dreamhost.com> | 2011-12-16 22:15:40 -0800 |
commit | 83cf1b62fde525d068bc292c4a1ccc42199657ae (patch) | |
tree | 19a836737e23d171216d1e492f3a7efe1ce71cf1 /man | |
parent | 3e323e6adbf87d794be39fd4f75c6626e8968ce1 (diff) | |
download | ceph-83cf1b62fde525d068bc292c4a1ccc42199657ae.tar.gz |
man: It is capital -C instead of -c when for creating a new keyring
Signed-off-by: Wido den Hollander <wido@widodh.nl>
Diffstat (limited to 'man')
-rw-r--r-- | man/ceph-authtool.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/ceph-authtool.8 b/man/ceph-authtool.8 index c9182ea505e..d630bef8483 100644 --- a/man/ceph-authtool.8 +++ b/man/ceph-authtool.8 @@ -144,7 +144,7 @@ To create a new keyring containing a key for client.foo: .sp .nf .ft C -ceph\-authtool \-c \-n client.foo \-\-gen\-key keyring +ceph\-authtool \-C \-n client.foo \-\-gen\-key keyring .ft P .fi .sp |