Adding the available help arguments from the man page Fixes: #8112 Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@xxxxxxxxx> --- src/rgw/rgw_main.cc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/rgw/rgw_main.cc b/src/rgw/rgw_main.cc index 51cfebe..29d6577 100644 --- a/src/rgw/rgw_main.cc +++ b/src/rgw/rgw_main.cc @@ -726,7 +726,13 @@ int usage() 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-socket-path=<path> specify a unix domain socket path\n"; generic_server_usage(); + cerr << " -m monaddress[:port] connect to specified monitor\n"; + cerr << " --keyring=<path> path to radosgw keyring\n"; + cerr << " --logfile=<logfile> file to log debug output\n"; + cerr << " --debug-rgw=<log-level>/<memory-level> Set radosgw debug level\n"; + 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