From 4b8dc83e423bb50bd55bba8c872b8049fbb63c95 Mon Sep 17 00:00:00 2001 From: zhangweibing Date: Thu, 1 Sep 2016 14:59:40 +0800 Subject: [PATCH] rgw: right parenthesis is missing in radosgw-admin help message on caps Signed-off-by: Weibing Zhang --- src/rgw/rgw_admin.cc | 2 +- src/test/cli/radosgw-admin/help.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index 099a2359cb7..ebab34af80c 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -232,7 +232,7 @@ void _usage() cout << " --replica-log-type replica log type (metadata, data, bucket), required for\n"; cout << " replica log operations\n"; cout << " --categories= comma separated list of categories, used in usage show\n"; - cout << " --caps= list of caps (e.g., \"usage=read, write; user=read\"\n"; + cout << " --caps= list of caps (e.g., \"usage=read, write; user=read\")\n"; cout << " --yes-i-really-mean-it required for certain operations\n"; cout << " --reset-regions reset regionmap when regionmap update\n"; cout << " --bypass-gc when specified with bucket deletion, triggers\n"; diff --git a/src/test/cli/radosgw-admin/help.t b/src/test/cli/radosgw-admin/help.t index 3a18587f876..4a722f16d0a 100644 --- a/src/test/cli/radosgw-admin/help.t +++ b/src/test/cli/radosgw-admin/help.t @@ -183,7 +183,7 @@ --replica-log-type replica log type (metadata, data, bucket), required for replica log operations --categories= comma separated list of categories, used in usage show - --caps= list of caps (e.g., "usage=read, write; user=read" + --caps= list of caps (e.g., "usage=read, write; user=read") --yes-i-really-mean-it required for certain operations --reset-regions reset regionmap when regionmap update --bypass-gc when specified with bucket deletion, triggers -- 2.39.5