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:
authoropfl <openthefrog@gmail.com>2014-11-03 01:08:40 +0300
committeropfl <openthefrog@gmail.com>2014-11-03 01:08:40 +0300
commitec54ffff77ccdc213de132476de26795ea4ac47f (patch)
tree01a318f47abef46f3f4948240b7195c22ca3ec67 /bin
parent8cf42a316711fd98600fad841f1fea02550ff697 (diff)
Changed command name to download
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 af8eb80..24e130d 100755
--- a/bin/cmd.js
+++ b/bin/cmd.js
@@ -30,7 +30,7 @@ var argv = minimist(process.argv.slice(2), {
i: 'index',
n: 'no-quit',
r: 'remove',
- d: 'default',
+ d: 'download',
q: 'quiet',
h: 'help',
v: 'version'
@@ -95,7 +95,7 @@ if (argv.help || !torrentId) {
-i, --index stream a particular file from torrnet (by index)
-n, --no-quit do not quit webtorrent on vlc exit
-r, --remove remove downloaded files on exit
- -d, --default [path] overrides the default tmp directory
+ -d, --download [path] overrides the default tmp directory
-q, --quiet silence stdout
-h, --help display this help message
-v, --version print the current version