]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rbd: add "--keyring" option to help message 5399/head
authorKefu Chai <kchai@redhat.com>
Wed, 29 Jul 2015 10:18:35 +0000 (18:18 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 30 Jul 2015 03:56:29 +0000 (11:56 +0800)
Refs: #12458
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/rbd.cc
src/test/cli/rbd/help.t

index ee30e03ea14ee3230be1618673ebc7d3e6153d04..fbb60df15933fd79117bfe377738bcc061886033 100644 (file)
@@ -193,6 +193,7 @@ void usage()
 "  --id <username>                    rados user (without 'client.'prefix) to\n"
 "                                     authenticate as\n"
 "  --keyfile <path>                   file containing secret key for use with cephx\n"
+"  --keyring <path>                   file containing keyring for use with cephx\n"
 "  --shared <tag>                     take a shared (rather than exclusive) lock\n"
 "  --format <output-format>           output format (default: plain, json, xml)\n"
 "  --pretty-format                    make json or xml output more readable\n"
index 182237507de95fe1f8856bb690a7812c5f9f99dc..c0a0618e6db355bedbf3596c1df78ee15b0000ac 100644 (file)
     --id <username>                    rados user (without 'client.'prefix) to
                                        authenticate as
     --keyfile <path>                   file containing secret key for use with cephx
+    --keyring <path>                   file containing keyring for use with cephx
     --shared <tag>                     take a shared (rather than exclusive) lock
     --format <output-format>           output format (default: plain, json, xml)
     --pretty-format                    make json or xml output more readable