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:
Abhishek Lekshmanan 2014-07-24 20:30:41 +05:30 committed by Yehuda Sadeh
parent 7d137430aa
commit 99e80a5f62

View 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;
}