mirror of
https://github.com/ceph/ceph
synced 2025-01-10 13:10:46 +00:00
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 <yehuda@redhat.com> Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
This commit is contained in:
parent
7d137430aa
commit
99e80a5f62
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user