X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README.md;h=7d9e228595f5e43f4f4d3f7a56aaefa3918c06c7;hb=ef8a1481db59c0a7222d95d9eca25cb275f487b1;hp=2451ed83f96cf3058784da357bcdf2f2b8b8cfcb;hpb=42d27e76991f131bca0326c735be581cb9c6a999;p=contrib%2Fcloudeebus.git diff --git a/README.md b/README.md index 2451ed8..7d9e228 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,11 @@ See the [Getting Started](https://github.com/01org/cloudeebus/wiki/Getting-start The Cloudeebus server must be run either with credentials and a whitelist to restrict access to DBus services, or in opendoor mode. - usage: cloudeebus.py [-h] [-v] [-d] [-o] [-p PORT] [-c CREDENTIALS] [-w WHITELIST] [-n NETMASK,IP ADDRESS] - + usage: cloudeebus.py [-h] [-v] [-d] [-o] [-p PORT] [-c CREDENTIALS] + [-w WHITELIST] [-s SERVICELIST] [-n NETMASK] + Javascript DBus bridge. - + optional arguments: -h, --help show this help message and exit -v, --version print version and exit @@ -38,12 +39,10 @@ The Cloudeebus server must be run either with credentials and a whitelist to -p PORT, --port PORT port number -c CREDENTIALS, --credentials CREDENTIALS path to credentials file - -w WHITELIST , --whitelist WHITELIST - path to whitelist file (which the list of allowed DBus - service to use) + -w WHITELIST, --whitelist WHITELIST + path to whitelist file (DBus services to use) -s SERVICELIST, --servicelist SERVICELIST - path to servicelist file (which the list of allowed - DBus service to create (=agent)) + path to servicelist file (DBus services to export) -n NETMASK, --netmask NETMASK netmask,IP filter (comma separated.) eg. : -n 127.0.0.1,192.168.2.0/24,10.12.16.0/255.255.255.0