X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=finddup.c;h=45ba3a677c8aecaf12bfb716e4edfdb0dcd470ca;hb=6b25e023b7d5805fe5d3f7d342729ffb718a0784;hp=bbb56d0e5d268526b6332b295ba982d5413893b7;hpb=33c3a9c4771520abe26bdb2118cb039e257e39ee;p=finddup.git diff --git a/finddup.c b/finddup.c index bbb56d0..45ba3a6 100644 --- a/finddup.c +++ b/finddup.c @@ -4,7 +4,7 @@ * to several directories, or files present in one directory and not * in another one. * - * Copyright (c) 2010 Francois Fleuret + * Copyright (c) 2010, 2011 Francois Fleuret * Written by Francois Fleuret * * This file is part of finddup. @@ -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"); }