]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-authtool: fix usage
authorSage Weil <sage@inktank.com>
Fri, 18 May 2012 17:59:28 +0000 (10:59 -0700)
committerSage Weil <sage@inktank.com>
Fri, 18 May 2012 17:59:28 +0000 (10:59 -0700)
No more -b, --bin.

Signed-off-by: Sage Weil <sage@inktank.com>
src/ceph_authtool.cc

index 7256c0ab670ebd9a0deabbe4da4fe0f5b359de11..41defd354cac616b6703b069c377c17a4d66a674 100644 (file)
@@ -43,8 +43,8 @@ void usage()
        << "  --add-key                     will add an encoded key to the keyring\n"
        << "  --cap subsystem capability    will set the capability for given subsystem\n"
        << "  --caps capsfile               will set all of capabilities associated with a\n"
-       << "                                given key, for all subsystems\n"
-       << "  -b, --bin                     will create a binary formatted keyring" << std::endl;
+       << "                                given key, for all subsystems"
+       << std::endl;
   exit(1);
 }