From b6347aeab4590eec84cf11a509a851ede3601e8c Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 25 May 2021 11:56:17 +0200 Subject: [PATCH] Add --nocolor to man page. --- man/epubgrep.1.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/epubgrep.1.adoc b/man/epubgrep.1.adoc index abc004a..6d56b01 100644 --- a/man/epubgrep.1.adoc +++ b/man/epubgrep.1.adoc @@ -55,6 +55,9 @@ Do not clean up text before searching. No HTML stripping, no newline removal. *-C* _NUMBER_, *context* _NUMBER_:: Print _NUMBER_ words of context around matches. +*--nocolor*:: +Do not color matches. + == USAGE [source,shellsession]