From: Abhishek Lekshmanan Date: Thu, 24 Jul 2014 15:00:41 +0000 (+0530) Subject: rgw: format help options to align with the rest X-Git-Tag: v0.84~69 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=99e80a5f62582ee4dc54d40b581a7521db01aedb;p=ceph.git rgw: format help options to align with the rest Whitespace removal to make all help options align in a similar fashion Reviewed-by: Yehuda Sadeh Signed-off-by: Abhishek Lekshmanan --- diff --git a/src/rgw/rgw_main.cc b/src/rgw/rgw_main.cc index f6257d75924..51cfebe8658 100644 --- a/src/rgw/rgw_main.cc +++ b/src/rgw/rgw_main.cc @@ -724,8 +724,8 @@ int usage() { cerr << "usage: radosgw [options...]" << std::endl; cerr << "options:\n"; - cerr << " --rgw-region= region in which radosgw runs\n"; - cerr << " --rgw-zone= zone in which radosgw runs\n"; + cerr << " --rgw-region= region in which radosgw runs\n"; + cerr << " --rgw-zone= zone in which radosgw runs\n"; generic_server_usage(); return 0; }