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-12-30 09:42:30 +0300
committerFeross Aboukhadijeh <feross@feross.org>2014-12-30 09:42:30 +0300
commite4db089f08d2903a50deff13119df7059c11a0bf (patch)
tree9a109e6d590c8df843fbbe17161845233af3da5c /bin
parentff4257227b8c99f9c7506ec2e3b66bdcb045424f (diff)
Show out folder in webtorrent command line UI
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cmd.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/cmd.js b/bin/cmd.js
index 5a1c235..124e8c7 100755
--- a/bin/cmd.js
+++ b/bin/cmd.js
@@ -352,6 +352,8 @@ function onReady () {
clivas.line('{green:Streaming to} {bold:' + playerName + '}')
if (server)
clivas.line('{green:server running at} {bold:' + href + '}')
+ if (argv.out)
+ clivas.line('{green:downloading to} {bold:' + argv.out + '}')
clivas.line('')
clivas.line('{green:downloading:} {bold:' + filename + '}')