File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -233,11 +233,12 @@ The following options apply only to the `download` command. This command downloa
233
233
- The default is 120 seconds
234
234
- See [Rate Limiting](#rate-limiting) for details
235
235
- ` --no-dupes`
236
- - This flag will not redownload files if they were already downloaded in the current run
236
+ - This flag will skip writing a file to disk if that file was already downloaded in the current run
237
237
- This is calculated by MD5 hash
238
238
- ` --search-existing`
239
239
- This will make the BDFR compile the hashes for every file in `directory`
240
- - The hashes are used to remove duplicates if `--no-dupes` is supplied or make hard links if `--make-hard-links` is supplied
240
+ - The hashes are used to skip duplicate files if `--no-dupes` is supplied or make hard links if `--make-hard-links` is supplied
241
+ - **The use of this option is highly discouraged due to inefficiency**
241
242
- ` --file-scheme`
242
243
- Sets the scheme for files
243
244
- Default is `{REDDITOR}_{TITLE}_{POSTID}`
You can’t perform that action at this time.
0 commit comments