From 5b2e5f2d390798941c27579c36f9987cf21a488e Mon Sep 17 00:00:00 2001 From: Gwendal Date: Fri, 4 Jan 2019 14:44:41 +0100 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac06c68..1799b3f 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ A command-line tool written in Kotlin to automatically download all albums of a ``` -Usage:
[-h] [-c=] [-d=] [-f=] [-r=] +Usage:
[-h] [-c=] [-d=] [-f=] [-r=] [-t=] + The bandcamp user account from which all albums must be downloaded. -c, --cookies-file= - A JSON file with valid bandcamp credential cookies. "Cookie Quick Manager" can be used to obtain this file after logging into bandcamp. (visit https://addons.mozilla.org/en-US/firefox/addon/cookie-quick-manager/). @@ -22,6 +22,7 @@ Usage:
[-h] [-c=] [-d=] [- Possible values: flac, wav, aac-hi, mp3-320, aiff-lossless, vorbis, mp3-v0, alac. -h, --help Display this help message. -r, --retries= Amount of retries when downloading an album. + -t, --timeout= Timeout in ms before giving up an HTTP connection. ``` ## Bandcamp authentication