forked from pool/fdupes
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
|
||
|
|