Skip to content

Commit 980cf5d

Browse files
authored
Merge pull request #773 from Serene-Arc/enhancement_771
Resolves #771
2 parents c8a859a + 4e15af6 commit 980cf5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,12 @@ The following options apply only to the `download` command. This command downloa
233233
- The default is 120 seconds
234234
- See [Rate Limiting](#rate-limiting) for details
235235
- `--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
237237
- This is calculated by MD5 hash
238238
- `--search-existing`
239239
- 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**
241242
- `--file-scheme`
242243
- Sets the scheme for files
243244
- Default is `{REDDITOR}_{TITLE}_{POSTID}`

0 commit comments

Comments
 (0)