We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b320676 commit 96a0d4fCopy full SHA for 96a0d4f
1 file changed
README.md
@@ -3,10 +3,10 @@
3
A tool that detects duplicate files and replaces them with symlinks to a shared file in a special shared files folder.
4
5
Usage:
6
-<br>`DuplicateFileFinder.exe <minSizeBytes> <directoryToScan> <sharedDirectory> [<hashCacheRoot>] [try-run]`
+<br>`DuplicateFileFinder.exe <minSizeBytes> <directoryToScan> <sharedDirectory> [<hashCacheRoot>] [try-run] [idle-priority]`
7
8
Example:
9
-<br>`DuplicateFileFinder.exe 1000000 D:\\ D:\\___SharedDuplicates D:\\ try-run`
+<br>`DuplicateFileFinder.exe 1000000 D:\\ D:\\___SharedDuplicates\\ D:\\ try-run idle-priority`
10
11
When `hashCacheRoot` argument is omitted then hash cache is disabled.
12
0 commit comments