Same typo in the help and the man page.
authorFrancois Fleuret <francois@fleuret.org>
Fri, 11 Mar 2011 18:49:04 +0000 (19:49 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Fri, 11 Mar 2011 18:49:04 +0000 (19:49 +0100)
finddup.1
finddup.c

index d6da915..46952a8 100644 (file)
--- a/finddup.1
+++ b/finddup.1
@@ -75,8 +75,8 @@ their names as arguments
 .TP
 \fB-f \fI<string>\fR, \fB--result-prefix \fI<string>\fR
 for each group of identical files, write one result file whose name is
-the given prefix string followed the group number, and containing one
-file name per line
+the given prefix string followed by the group number, and containing
+one file name per line
 
 .SH "BUGS"
 
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");
 }