Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-11-19 13:15:01 +0300
committerFeross Aboukhadijeh <feross@feross.org>2014-11-19 13:15:01 +0300
commit27aee876e830870ccc9ea4d45e9f5aa2298e3949 (patch)
tree98f6f06493689f6a898b20a95b1d3b38ef8d6a66 /bin
parent170f879e42487a33ff1e8d41d9c8f42e46902e66 (diff)
help
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cmd.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/cmd.js b/bin/cmd.js
index c56c9a2..d973f88 100755
--- a/bin/cmd.js
+++ b/bin/cmd.js
@@ -89,11 +89,9 @@ if (argv.help || !torrentId) {
-o, --out [path] set download destination [default: /tmp/webtorrent]
-l, --list list files in torrent (with indexes)
-i, --index [index] stream a particular file from torrent (by index)
-
-p, --port [number] change the http port [default: 9000]
- -b, --blocklist [path] use the specified blocklist
+ -b, --blocklist [path] load blocklist file/http url
-t, --subtitles [file] load subtitles file
-
-q, --quiet don't show UI on stdout
-v, --version print the current version