forked from pool/fdupes
ebd601a9d7
- update to 1.5.0-PR2 * new "--summarize" option * new "--recurse:" selective recursion option * new "--noprompt" option for totally automated deletion of duplicate files. * sorts duplicates (old to new) for consistent order when listing or deleteing duplicate files. * tests for early matching of files, which should help speed up the matching process when large files are involved. * warns whenever a file cannot be deleted. * bugfixes (proper file closing, zero-length files, ...) - add -p/--permissions switch so files with different permissions or uid/gid are not considered as duplicates (bnc#784670) * this mode is a default one for fdupes macro - refresh all patches - drop the fdupes-sort-output.diff - use the upstream mtime sorting - add the debian patches - see spec file for details OBS-URL: https://build.opensuse.org/request/show/138346 OBS-URL: https://build.opensuse.org/package/show/utilities/fdupes?expand=0&rev=6
27 lines
744 B
Diff
27 lines
744 B
Diff
From 05157cf087829d18092c6906ac9a61b93f390059 Mon Sep 17 00:00:00 2001
|
|
From: Sandro Tosi <matrixhasu@gmail.com>
|
|
Date: Fri, 12 Oct 2012 14:57:06 +0200
|
|
Subject: [PATCH 02/10] Added to escape minus signs in manpage (lintian
|
|
warning)
|
|
|
|
---
|
|
fdupes.1 | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/fdupes.1 b/fdupes.1
|
|
index 2102344..c0a02f0 100644
|
|
--- a/fdupes.1
|
|
+++ b/fdupes.1
|
|
@@ -53,7 +53,7 @@ prompt user for files to preserve, deleting all others (see
|
|
below)
|
|
.TP
|
|
.B -N --noprompt
|
|
-when used together with --delete, preserve the first file in each
|
|
+when used together with \-\-delete, preserve the first file in each
|
|
set of duplicates and delete the others without prompting the user
|
|
.TP
|
|
.B -v --version
|
|
--
|
|
1.7.11.5
|
|
|