mirror of
https://github.com/ceph/ceph
synced 2025-01-03 09:32:43 +00:00
cauthtool: -C not -c in man page
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
This commit is contained in:
parent
f9056d0d9f
commit
36f0068563
@ -5,7 +5,7 @@ cauthtool \- ceph keyring manipulation tool
|
||||
.B cauthtool
|
||||
\fIkeyringfile\fP
|
||||
[ \fB\-l\fR | \fB\-\-list\fR ]
|
||||
[ \fB\-c\fR | \fB\-\-create-keyring\fR ]
|
||||
[ \fB\-C\fR | \fB\-\-create-keyring\fR ]
|
||||
[ \fB\-p\fR | \fB\-\-print\fR ]
|
||||
[ \fB\-n\fR | \fB\-\-name\fR \fIentityname\fP ]
|
||||
[ \fB\-\-gen-key\fR ]
|
||||
@ -26,7 +26,7 @@ will list all keys and capabilities present in the keyring
|
||||
\fB\-p\fP, \fB\-\-print\fP
|
||||
will print an encoded key for the specified \fIentityname\fP. This is suitable for the mount -o secret= argument
|
||||
.TP
|
||||
\fB\-c\fP, \fB\-\-create-keyring\fP
|
||||
\fB\-C\fP, \fB\-\-create-keyring\fP
|
||||
will create a new keyring, overwriting any existing \fIkeyringfile\fP
|
||||
.TP
|
||||
\fB\-\-gen\-key\fP
|
||||
|
Loading…
Reference in New Issue
Block a user