ceph-authtool: Fix usage, it's --print-key not --print.

Signed-off-by: Tommi Virtanen <tv@inktank.com>
This commit is contained in:
Tommi Virtanen 2012-08-02 13:02:04 -07:00
parent 25de5e59d5
commit 4e40a78494
4 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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