X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=finddup.git;a=blobdiff_plain;f=finddup.c;h=7d1568948cee89f7afc0c0d21219548e5f0e422d;hp=7f223136d4f3e06904e5669ffa1546c3041a6118;hb=HEAD;hpb=75a53596aff9a5b29a808b7f29dfc80925d2627c diff --git a/finddup.c b/finddup.c index 7f22313..7d15689 100644 --- a/finddup.c +++ b/finddup.c @@ -625,7 +625,7 @@ void usage(FILE *out) { fprintf(out, " -h, --help show this help\n"); fprintf(out, " -d, --ignore-dots ignore dot files and directories\n"); fprintf(out, " -0, --ignore-empty ignore empty files\n"); - fprintf(out, " -c, --hide-matchings do not show which files in DIR2 corresponds to\n"); + fprintf(out, " -c, --hide-matchings do not show which files in DIR2 correspond to\n"); fprintf(out, " those in DIR1\n"); fprintf(out, " -g, --no-group-ids do not show the file groups\n"); fprintf(out, " -t, --time-sort sort according to modification time in each group\n");