Revert "Add --config option for explicitly stating configuration file to use."

This reverts commit 37a3d83725.
This commit is contained in:
Ali Parlakci
2021-04-18 11:31:51 +03:00
parent 975b2753c4
commit e179c09fae
3 changed files with 13 additions and 35 deletions

View File

@@ -186,15 +186,6 @@ Example usage: **`--downloaded-posts D:\bdfr\ALL_POSTS.txt`**
## **`--downloaded-delay`**
When specified, it delays every download for given seconds.
## **`--config`**
Specify a `config.json` file to use. This will disable reading from the default `Bulk downloader for reddit/config.json` file, as well as `--use-local-config` option.
Example usage: **`--config /etc/bdfr/config.json`**
Example usage: **`-c ~/config.json`**
Example usage: **`--config c:\Users\Me\Downloads\config.json`**
Example usage: **`-c c:\config.json`**
## ❔ FAQ