From db0d8f2855537dee1b1a39600d8acecd98f603ed Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Fri, 17 Feb 2012 18:29:42 +0100 Subject: [PATCH] Changed the help for the -j option. --- selector.1 | 2 +- selector.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/selector.1 b/selector.1 index ab2df59..5ea32e9 100644 --- a/selector.1 +++ b/selector.1 @@ -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 diff --git a/selector.c b/selector.c index 72f1aa1..24ad55d 100644 --- a/selector.c +++ b/selector.c @@ -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"); -- 2.20.1