mirror of https://github.com/CrimsonTome/tldr.git
fdupes: correct description of `-rH` to 'consider hardlinks' (#13289)
Correct description of fdupes -rH to 'consider hardlinks'pull/28/head
parent
4e553a492a
commit
9225f1fe91
|
@ -19,7 +19,7 @@
|
|||
|
||||
`fdupes {{directory1}} -R {{directory2}}`
|
||||
|
||||
- Search recursively and replace duplicates with hardlinks:
|
||||
- Search recursively, considering hardlinks as duplicates:
|
||||
|
||||
`fdupes -rH {{path/to/directory}}`
|
||||
|
||||
|
|
Loading…
Reference in New Issue