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-20 18:47:12 +0300
committerFeross Aboukhadijeh <feross@feross.org>2014-11-20 18:47:12 +0300
commit9950ed56da420cccdaa2d20bd45e744c5082cca9 (patch)
tree9f0214655c302bbd93143884716205d77c91bb9e /bin
parent27aee876e830870ccc9ea4d45e9f5aa2298e3949 (diff)
change default port to 8000
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cmd.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cmd.js b/bin/cmd.js
index d973f88..a8835b4 100755
--- a/bin/cmd.js
+++ b/bin/cmd.js
@@ -47,7 +47,7 @@ var argv = minimist(process.argv.slice(2), {
'version'
],
default: {
- port: 9000
+ port: 8000
}
})
@@ -89,7 +89,7 @@ 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]
+ -p, --port [number] change the http port [default: 8000]
-b, --blocklist [path] load blocklist file/http url
-t, --subtitles [file] load subtitles file
-q, --quiet don't show UI on stdout