From 0ed1e896ca5a3f5d009e1087ea83463f7629ad12 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Wed, 8 Jul 2020 23:13:32 +0400 Subject: [PATCH] Updated README. --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f52825e..ede9a11 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,13 @@ directory hierarchy in a working directory: # Usage ```bash -scrapthechan [ | ] [-o,--output-dir] [--no-op] - [-v,--version] [-h,--help] +scrapthechan [OPTIONS] ( | ) ``` -There are two ways to pass a thread. One is by passing a full URL of a thread -(`` argument), and the other one is by passing thread in three components: -`` is a name of website (e.g. 4chan), `` is a name of a board - (e.g. wg), and `` is a number of a thread on that board. +`` -- URL of a thread. + +` ` -- imageboard name, board name and thread ID +separately. E.g. `4chan b 1100500`. `-o`, `--output-dir` -- output directory where all files will be dumped to.