summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/rgw/rgw_admin.cc16
-rw-r--r--src/test/cli/radosgw-admin/help.t16
2 files changed, 16 insertions, 16 deletions
diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc
index 7a43cdfcfbe..a69eaa1cc2c 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=<id> master zonegroup id\n";
cout << " --master-zone=<id> master zone id\n";
- cout << " --rgw-realm=<realm> realm name\n";
- cout << " --realm-id=<realm id> realm id\n";
- cout << " --realm-new-name=<realm new name> realm new name\n";
- cout << " --rgw-zonegroup=<zonegroup> zonegroup name\n";
- cout << " --zonegroup-id=<zonegroup id> zonegroup id\n";
- cout << " --rgw-zone=<zone> name of zone in which radosgw is running\n";
- cout << " --zone-id=<zone id> zone id\n";
- cout << " --zone-new-name=<zone> zone new name\n";
+ cout << " --rgw-realm=<name> realm name\n";
+ cout << " --realm-id=<id> realm id\n";
+ cout << " --realm-new-name=<name> realm new name\n";
+ cout << " --rgw-zonegroup=<name> zonegroup name\n";
+ cout << " --zonegroup-id=<id> zonegroup id\n";
+ cout << " --rgw-zone=<name> name of zone in which radosgw is running\n";
+ cout << " --zone-id=<id> zone id\n";
+ cout << " --zone-new-name=<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 a2d38585c8d..04f6b8a38fa 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=<id> master zonegroup id
--master-zone=<id> master zone id
- --rgw-realm=<realm> realm name
- --realm-id=<realm id> realm id
- --realm-new-name=<realm new name> realm new name
- --rgw-zonegroup=<zonegroup> zonegroup name
- --zonegroup-id=<zonegroup id> zonegroup id
- --rgw-zone=<zone> name of zone in which radosgw is running
- --zone-id=<zone id> zone id
- --zone-new-name=<zone> zone new name
+ --rgw-realm=<name> realm name
+ --realm-id=<id> realm id
+ --realm-new-name=<name> realm new name
+ --rgw-zonegroup=<name> zonegroup name
+ --zonegroup-id=<id> zonegroup id
+ --rgw-zone=<name> name of zone in which radosgw is running
+ --zone-id=<id> zone id
+ --zone-new-name=<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)