summaryrefslogtreecommitdiff
path: root/src/ceph_authtool.cc
diff options
context:
space:
mode:
authorTommi Virtanen <tv@inktank.com>2012-08-02 13:02:04 -0700
committerSage Weil <sage@inktank.com>2012-10-07 13:56:54 -0700
commit5d84b4a22b2ff975679711719f336a312a6edff3 (patch)
treeb9e0933c6b00873ac651ceb44ba948682c0a729a /src/ceph_authtool.cc
parentf031046c4d600ce0a0c2c9ad5856dc100b0901fb (diff)
downloadceph-5d84b4a22b2ff975679711719f336a312a6edff3.tar.gz
ceph-authtool: Fix usage, it's --print-key not --print.
Signed-off-by: Tommi Virtanen <tv@inktank.com>
Diffstat (limited to 'src/ceph_authtool.cc')
-rw-r--r--src/ceph_authtool.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ceph_authtool.cc b/src/ceph_authtool.cc
index 41defd354ca..e7394d08a54 100644
--- a/src/ceph_authtool.cc
+++ b/src/ceph_authtool.cc
@@ -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"