From: zhangweibing Date: Thu, 1 Sep 2016 06:59:40 +0000 (+0800) Subject: rgw: right parenthesis is missing in radosgw-admin help message on caps X-Git-Tag: v11.0.1~308^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F10947%2Fhead;p=ceph.git rgw: right parenthesis is missing in radosgw-admin help message on caps Signed-off-by: Weibing Zhang --- 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