X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=selector.git;a=blobdiff_plain;f=selector.c;h=24ad55d607862c63e516db2d1da28af9897905af;hp=72f1aa14b52768c108fca3f69413771fd2a802ef;hb=db0d8f2855537dee1b1a39600d8acecd98f603ed;hpb=df265bb4dd467140eccb177e6fc05f100699b203 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");