From 0c1a843cd9066559224e866887dd32c3f9c64878 Mon Sep 17 00:00:00 2001 From: Thomas Nikolajsen Date: Mon, 15 Sep 2008 20:13:16 +0000 Subject: [PATCH] White space fix: wrong TAB in usage. --- bin/cpdup/misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/cpdup/misc.c b/bin/cpdup/misc.c index 123845016c..5338a001b2 100644 --- a/bin/cpdup/misc.c +++ b/bin/cpdup/misc.c @@ -1,7 +1,7 @@ /* * MISC.C * - * $DragonFly: src/bin/cpdup/misc.c,v 1.15 2008/05/24 17:22:39 dillon Exp $ + * $DragonFly: src/bin/cpdup/misc.c,v 1.16 2008/09/15 20:13:16 thomas Exp $ */ #include "cpdup.h" @@ -175,7 +175,7 @@ fatal(const char *ctl, ...) " copy if md5 check fails\n" " -H path hardlink from path to target instead of copying\n" " source to target, if source matches path.\n" - " -V verify file contents even if they appear\n" + " -V verify file contents even if they appear\n" " to be the same.\n" #endif " -x use .cpignore as exclusion file\n" -- 2.11.4.GIT