Changed the help for the -j option.
authorFrancois Fleuret <francois@fleuret.org>
Fri, 17 Feb 2012 17:29:42 +0000 (18:29 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Fri, 17 Feb 2012 17:29:42 +0000 (18:29 +0100)
selector.1
selector.c

index ab2df59..5ea32e9 100644 (file)
@@ -94,7 +94,7 @@ start in regexp mode
 start in case-sensitive mode
 .TP
 \fB-j\fR, \fB--show-long-lines\fR
-print three dots at the end of truncated lines
+print a long-line indicator at the end of truncated lines
 .TP
 \fB-y\fR, \fB--show-hits\fR
 highlight the part(s) of each line which match the substrings or regexp
index 72f1aa1..24ad55d 100644 (file)
@@ -191,7 +191,7 @@ void usage(FILE *out) {
   fprintf(out, " -a, --case-sensitive\n");
   fprintf(out, "         start in case sensitive mode\n");
   fprintf(out, " -j, --show-long-lines\n");
-  fprintf(out, "         print three dots at the end of truncated lines\n");
+  fprintf(out, "         print a long-line indicator at the end of truncated lines\n");
   fprintf(out, " -y, --show-hits\n");
   fprintf(out, "         highlight the matching substrings\n");
   fprintf(out, " -u, --upper-case-makes-case-sensitive\n");