update readme

This commit is contained in:
Feross Aboukhadijeh 2015-11-21 18:00:55 -08:00
parent 6cc1be0890
commit 55fe501d5a

View File

@ -198,18 +198,20 @@ $ bittorrent-tracker --help
bittorrent-tracker - Start a bittorrent tracker server bittorrent-tracker - Start a bittorrent tracker server
Usage: Usage:
bittorrent-tracker bittorrent-tracker [OPTIONS]
If no --http, --udp, or --ws option is supplied, all tracker types will be started.
Options: Options:
-p, --port [number] change the port [default: 8000] -p, --port [number] change the port [default: 8000]
--trust-proxy trust 'x-forwarded-for' header from reverse proxy --trust-proxy trust 'x-forwarded-for' header from reverse proxy
--interval tell clients to announce on this interval (ms) --interval client announce interval (ms) [default: 600000]
--http enable http server [default: true] --http enable http server
--udp enable udp server [default: true] --udp enable udp server
--ws enable ws server [default: false] --ws enable websocket server
-q, --quiet only show error output -q, --quiet only show error output
-s, --silent show no output -s, --silent show no output
-v, --version print the current version -v, --version print the current version
Please report bugs! https://github.com/feross/bittorrent-tracker/issues Please report bugs! https://github.com/feross/bittorrent-tracker/issues
``` ```