From 258cb348d6817604d35fe922dd7cf35f4d05adda Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 29 Jul 2015 18:18:35 +0800 Subject: [PATCH] rbd: add "--keyring" option to help message Refs: #12458 Signed-off-by: Kefu Chai --- src/rbd.cc | 1 + src/test/cli/rbd/help.t | 1 + 2 files changed, 2 insertions(+) diff --git a/src/rbd.cc b/src/rbd.cc index ee30e03ea14e..fbb60df15933 100644 --- a/src/rbd.cc +++ b/src/rbd.cc @@ -193,6 +193,7 @@ void usage() " --id rados user (without 'client.'prefix) to\n" " authenticate as\n" " --keyfile file containing secret key for use with cephx\n" +" --keyring file containing keyring for use with cephx\n" " --shared take a shared (rather than exclusive) lock\n" " --format output format (default: plain, json, xml)\n" " --pretty-format make json or xml output more readable\n" diff --git a/src/test/cli/rbd/help.t b/src/test/cli/rbd/help.t index 182237507de9..c0a0618e6db3 100644 --- a/src/test/cli/rbd/help.t +++ b/src/test/cli/rbd/help.t @@ -103,6 +103,7 @@ --id rados user (without 'client.'prefix) to authenticate as --keyfile file containing secret key for use with cephx + --keyring file containing keyring for use with cephx --shared take a shared (rather than exclusive) lock --format output format (default: plain, json, xml) --pretty-format make json or xml output more readable -- 2.47.3