]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: format help options to align with the rest
authorAbhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
Thu, 24 Jul 2014 15:00:41 +0000 (20:30 +0530)
committerYehuda Sadeh <yehuda@redhat.com>
Thu, 24 Jul 2014 20:15:53 +0000 (13:15 -0700)
Whitespace removal to make all help options align in a similar fashion

Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
src/rgw/rgw_main.cc

index f6257d759249b8427bc34ae26767b9f6792551b9..51cfebe8658325fe0805b4a02ccab3fab83567f9 100644 (file)
@@ -724,8 +724,8 @@ int usage()
 {
   cerr << "usage: radosgw [options...]" << std::endl;
   cerr << "options:\n";
-  cerr << "   --rgw-region=<region>     region in which radosgw runs\n";
-  cerr << "   --rgw-zone=<zone>         zone in which radosgw runs\n";
+  cerr << "  --rgw-region=<region>     region in which radosgw runs\n";
+  cerr << "  --rgw-zone=<zone>         zone in which radosgw runs\n";
   generic_server_usage();
   return 0;
 }