瀏覽代碼

fdupes: correct description of `-rH` to 'consider hardlinks' (#13289)

Correct description of fdupes -rH to 'consider hardlinks'
Daniel Birket 7 月之前
父節點
當前提交
9225f1fe91
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/common/fdupes.md

+ 1 - 1
pages/common/fdupes.md

@@ -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}}`