mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
Merge pull request #9731 from badone/wip-doc-ceph-authtool-print-fix
doc: ceph-authtool man page option is --print-key not --print Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
38afdbe590
@ -11,7 +11,7 @@ Synopsis
|
|||||||
|
|
||||||
| **ceph-authtool** *keyringfile*
|
| **ceph-authtool** *keyringfile*
|
||||||
[ -l | --list ]
|
[ -l | --list ]
|
||||||
[ -p | --print ]
|
[ -p | --print-key ]
|
||||||
[ -C | --create-keyring ]
|
[ -C | --create-keyring ]
|
||||||
[ -g | --gen-key ]
|
[ -g | --gen-key ]
|
||||||
[ --gen-print-key ]
|
[ --gen-print-key ]
|
||||||
@ -45,7 +45,7 @@ Options
|
|||||||
|
|
||||||
will list all keys and capabilities present in the keyring
|
will list all keys and capabilities present in the keyring
|
||||||
|
|
||||||
.. option:: -p, --print
|
.. option:: -p, --print-key
|
||||||
|
|
||||||
will print an encoded key for the specified entityname. This is
|
will print an encoded key for the specified entityname. This is
|
||||||
suitable for the ``mount -o secret=`` argument
|
suitable for the ``mount -o secret=`` argument
|
||||||
|
Loading…
Reference in New Issue
Block a user