From ec54ffff77ccdc213de132476de26795ea4ac47f Mon Sep 17 00:00:00 2001 From: opfl Date: Sun, 2 Nov 2014 14:08:40 -0800 Subject: Changed command name to download --- bin/cmd.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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 -- cgit v1.2.3