From: Francois Fleuret Date: Mon, 27 Aug 2018 05:56:23 +0000 (+0200) Subject: OCD update. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=finddup.git;a=commitdiff_plain;h=c540f85c7f4ea3bf6c26a87f679f9d2a42932652 OCD update. --- 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 */