From c540f85c7f4ea3bf6c26a87f679f9d2a42932652 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Mon, 27 Aug 2018 07:56:23 +0200 Subject: [PATCH] OCD update. --- finddup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/finddup.c b/finddup.c index cf9948e..2e4a937 100644 --- a/finddup.c +++ b/finddup.c @@ -56,8 +56,8 @@ int ignore_dotfiles = 0; /* 1 means ignore files and directories int ignore_empty_files = 0; /* 1 means ignore empty files */ -int show_realpaths = 0; /* 1 means ignore files and directories - starting with a dot */ +int show_realpaths = 0; /* 1 show the canonical absolute pathname for + printed files */ int show_progress = 0; /* 1 means show a progress bar when we are in a tty */ -- 2.20.1