From 3c899704f24a064a2ee88042114fdbeff14470f2 Mon Sep 17 00:00:00 2001 From: weiqiaomiao Date: Sat, 28 May 2016 14:19:17 +0800 Subject: [PATCH] rgw:fix some indentation errors of "radosgw-admin --help" Signed-off-by: weiqiaomiao --- src/rgw/rgw_admin.cc | 16 ++++++++-------- src/test/cli/radosgw-admin/help.t | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) 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) -- 2.47.3