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
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");