From a69b791bcc91539845347c760023fffe880b1d9f Mon Sep 17 00:00:00 2001 From: Mariot Tsitoara Date: Sun, 3 Jan 2021 23:01:24 +0100 Subject: Add new options to README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c044ccc..e7afe23 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,18 @@ CLI to download all images/webms of a 4chan thread ``` USAGE: - chan-downloader --thread + chan-downloader [FLAGS] [OPTIONS] --thread FLAGS: -h, --help Prints help information + -r, --reload Reload thread every t minutes to get new images -V, --version Prints version information OPTIONS: - -o, --output Output directory (Default is 'downloads') - -t, --thread URL of the thread + -i, --interval Time between each reload (in minutes. Default is 5) + -l, --limit Time limit for execution (in minutes. Default is 120) + -o, --output Output directory (Default is 'downloads') + -t, --thread URL of the thread ``` chan_downloader -- cgit v1.2.3