]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
config_opts: fix rgw_port comments to be plaintext
authorGreg Farnum <greg@inktank.com>
Sat, 30 Mar 2013 00:04:58 +0000 (17:04 -0700)
committerGreg Farnum <greg@inktank.com>
Sat, 30 Mar 2013 00:05:41 +0000 (17:05 -0700)
Signed-off-by: Greg Farnum <greg@inktank.com>
src/common/config_opts.h

index 76c8adaa72a28534e0bbbba57c6185746d5d6b06..093930f81e781e9b5c6f1281a008e750dc7d4733 100644 (file)
@@ -517,7 +517,7 @@ OPTION(rgw_cache_enabled, OPT_BOOL, true)   // rgw cache enabled
 OPTION(rgw_cache_lru_size, OPT_INT, 10000)   // num of entries in rgw cache
 OPTION(rgw_socket_path, OPT_STR, "")   // path to unix domain socket, if not specified, rgw will not run as external fcgi
 OPTION(rgw_host, OPT_STR, "")  // host for radosgw, can be an IP, default is 0.0.0.0
-OPTION(rgw_port, OPT_STR, "")  // port TCP to listen, format as "8080" "5000", if not specified, rgw will not run as external fcgi
+OPTION(rgw_port, OPT_STR, "")  // port to listen, format as "8080" "5000", if not specified, rgw will not run external fcgi
 OPTION(rgw_dns_name, OPT_STR, "")
 OPTION(rgw_script_uri, OPT_STR, "") // alternative value for SCRIPT_URI if not set in request
 OPTION(rgw_request_uri, OPT_STR,  "") // alternative value for REQUEST_URI if not set in request