From: weiqiaomiao Date: Sat, 28 May 2016 06:19:17 +0000 (+0800) Subject: rgw:fix some indentation errors of "radosgw-admin --help" X-Git-Tag: v11.0.0~323^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F9381%2Fhead;p=ceph.git rgw:fix some indentation errors of "radosgw-admin --help" Signed-off-by: weiqiaomiao --- diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index 48d40fb45b9..f25bcf4bd66 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -191,14 +191,14 @@ void _usage() cout << " --master-url master url\n"; cout << " --master-zonegroup= master zonegroup id\n"; cout << " --master-zone= master zone id\n"; - cout << " --rgw-realm= realm name\n"; - cout << " --realm-id= realm id\n"; - cout << " --realm-new-name= realm new name\n"; - cout << " --rgw-zonegroup= zonegroup name\n"; - cout << " --zonegroup-id= zonegroup id\n"; - cout << " --rgw-zone= name of zone in which radosgw is running\n"; - cout << " --zone-id= zone id\n"; - cout << " --zone-new-name= zone new name\n"; + cout << " --rgw-realm= realm name\n"; + cout << " --realm-id= realm id\n"; + cout << " --realm-new-name= realm new name\n"; + cout << " --rgw-zonegroup= zonegroup name\n"; + cout << " --zonegroup-id= zonegroup id\n"; + cout << " --rgw-zone= name of zone in which radosgw is running\n"; + cout << " --zone-id= zone id\n"; + cout << " --zone-new-name= zone new name\n"; cout << " --source-zone specify the source zone (for data sync)\n"; cout << " --default set entity (realm, zonegroup, zone) as default\n"; cout << " --read-only set zone as read-only (when adding to zonegroup)\n"; diff --git a/src/test/cli/radosgw-admin/help.t b/src/test/cli/radosgw-admin/help.t index 7f9eb66bbfa..b3e78bd37e1 100644 --- a/src/test/cli/radosgw-admin/help.t +++ b/src/test/cli/radosgw-admin/help.t @@ -143,14 +143,14 @@ --master-url master url --master-zonegroup= master zonegroup id --master-zone= master zone id - --rgw-realm= realm name - --realm-id= realm id - --realm-new-name= realm new name - --rgw-zonegroup= zonegroup name - --zonegroup-id= zonegroup id - --rgw-zone= name of zone in which radosgw is running - --zone-id= zone id - --zone-new-name= zone new name + --rgw-realm= realm name + --realm-id= realm id + --realm-new-name= realm new name + --rgw-zonegroup= zonegroup name + --zonegroup-id= zonegroup id + --rgw-zone= name of zone in which radosgw is running + --zone-id= zone id + --zone-new-name= zone new name --source-zone specify the source zone (for data sync) --default set entity (realm, zonegroup, zone) as default --read-only set zone as read-only (when adding to zonegroup)