Whitespace removal to make all help options align in a similar fashion Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@xxxxxxxxx> --- src/rgw/rgw_main.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rgw/rgw_main.cc b/src/rgw/rgw_main.cc index f6257d7..51cfebe 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> 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; } -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html