mirror of
https://github.com/ceph/ceph
synced 2025-01-01 08:32:24 +00:00
doc: minor fix in ceph-authtool man page
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
This commit is contained in:
parent
a4222b43ee
commit
faa4cbbef2
@ -157,7 +157,7 @@ To display the contents of the keyring::
|
||||
|
||||
ceph-authtool -l keyring
|
||||
|
||||
When mount a Ceph file system, you can grab the appropriately encoded secret key with::
|
||||
When mounting a Ceph file system, you can grab the appropriately encoded secret key with::
|
||||
|
||||
mount -t ceph serverhost:/ mountpoint -o name=foo,secret=`ceph-authtool -p -n client.foo keyring`
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "CEPH-AUTHTOOL" "8" "January 12, 2014" "dev" "Ceph"
|
||||
.TH "CEPH-AUTHTOOL" "8" "November 30, 2014" "dev" "Ceph"
|
||||
.SH NAME
|
||||
ceph-authtool \- ceph keyring manipulation tool
|
||||
.
|
||||
@ -274,7 +274,7 @@ ceph\-authtool \-l keyring
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.sp
|
||||
When mount a Ceph file system, you can grab the appropriately encoded secret key with:
|
||||
When mounting a Ceph file system, you can grab the appropriately encoded secret key with:
|
||||
.INDENT 0.0
|
||||
.INDENT 3.5
|
||||
.sp
|
||||
|
Loading…
Reference in New Issue
Block a user