Same typo in the help and the man page.
[finddup.git] / finddup.c
index 350afa0..45ba3a6 100644 (file)
--- a/finddup.c
+++ b/finddup.c
@@ -624,8 +624,8 @@ void usage(FILE *out) {
   fprintf(out, "   -f <string>, --result-prefix <string>\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 <francois@fleuret.org>.\n");
 }