]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw:fix some indentation errors of "radosgw-admin --help" 9381/head
authorweiqiaomiao <wei.qiaomiao@zte.com.cn>
Sat, 28 May 2016 06:19:17 +0000 (14:19 +0800)
committerweiqiaomiao <wei.qiaomiao@zte.com.cn>
Fri, 3 Jun 2016 00:59:58 +0000 (08:59 +0800)
Signed-off-by: weiqiaomiao <wei.qiaomiao@zte.com.cn>
src/rgw/rgw_admin.cc
src/test/cli/radosgw-admin/help.t

index 48d40fb45b9b362b52c3193309cfc4948978f2fc..f25bcf4bd667d0499d75c5e07cfacebbed699132 100644 (file)
@@ -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";
index 7f9eb66bbfa10480ec17e4c6ce34f7085e5837c9..b3e78bd37e160241f2e3885ac0a6c75e39940710 100644 (file)
      --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)