mirror of
https://github.com/ceph/ceph
synced 2025-01-20 01:51:34 +00:00
ceph-authtool: Fix usage, it's --print-key not --print.
Signed-off-by: Tommi Virtanen <tv@inktank.com>
This commit is contained in:
parent
25de5e59d5
commit
4e40a78494
@ -33,7 +33,7 @@ void usage()
|
||||
<< "where the options are:\n"
|
||||
<< " -l, --list will list all keys and capabilities present in\n"
|
||||
<< " the keyring\n"
|
||||
<< " -p, --print will print an encoded key for the specified\n"
|
||||
<< " -p, --print-key will print an encoded key for the specified\n"
|
||||
<< " entityname. This is suitable for the\n"
|
||||
<< " 'mount -o secret=..' argument\n"
|
||||
<< " -C, --create-keyring will create a new keyring, overwriting any\n"
|
||||
|
@ -5,7 +5,7 @@
|
||||
where the options are:
|
||||
-l, --list will list all keys and capabilities present in
|
||||
the keyring
|
||||
-p, --print will print an encoded key for the specified
|
||||
-p, --print-key will print an encoded key for the specified
|
||||
entityname. This is suitable for the
|
||||
'mount -o secret=..' argument
|
||||
-C, --create-keyring will create a new keyring, overwriting any
|
||||
|
@ -4,7 +4,7 @@
|
||||
where the options are:
|
||||
-l, --list will list all keys and capabilities present in
|
||||
the keyring
|
||||
-p, --print will print an encoded key for the specified
|
||||
-p, --print-key will print an encoded key for the specified
|
||||
entityname. This is suitable for the
|
||||
'mount -o secret=..' argument
|
||||
-C, --create-keyring will create a new keyring, overwriting any
|
||||
|
@ -4,7 +4,7 @@
|
||||
where the options are:
|
||||
-l, --list will list all keys and capabilities present in
|
||||
the keyring
|
||||
-p, --print will print an encoded key for the specified
|
||||
-p, --print-key will print an encoded key for the specified
|
||||
entityname. This is suitable for the
|
||||
'mount -o secret=..' argument
|
||||
-C, --create-keyring will create a new keyring, overwriting any
|
||||
|
Loading…
Reference in New Issue
Block a user