X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=finddup.git;a=blobdiff_plain;f=finddup.c;h=45ba3a677c8aecaf12bfb716e4edfdb0dcd470ca;hp=350afa06586793aa312b096cc82119b9c5213c73;hb=2eeed250dc21ae4f6d8eb48e0e5c23feac8b5649;hpb=587468f168cc9532c9c8ed3e4c9e5c6ac0fa2e2a diff --git a/finddup.c b/finddup.c index 350afa0..45ba3a6 100644 --- a/finddup.c +++ b/finddup.c @@ -624,8 +624,8 @@ void usage(FILE *out) { fprintf(out, " -f , --result-prefix \n"); fprintf(out, " for each group of identical files, write one\n"); fprintf(out, " result file whose name is the given prefix string\n"); - fprintf(out, " followed the group number, and containing one\n"); - fprintf(out, " filename per line\n"); + fprintf(out, " followed by the group number, and containing\n"); + fprintf(out, " one filename per line\n"); fprintf(out, "\n"); fprintf(out, "Report bugs and comments to .\n"); }