From e6ec2aa1a89f6893cda3b99f1d0068b9f601e0a9 Mon Sep 17 00:00:00 2001 From: Nev Delap Date: Sat, 11 Dec 2021 23:25:39 +1000 Subject: [PATCH] Updated readme and man page for 1.2.9. --- README.md | 1 + man/ned.1 | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index d3a5291..e8e2a47 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ Options: color when stdout is a terminal, not when it is a pipe, 'always' shows color even when stdout is a pipe, and 'never' never shows colors. + --color [WHEN] Synonym for --colors. --stdout Output to stdout. -q, --quiet Suppress all normal output. When matching terminate as soon as a match is found. diff --git a/man/ned.1 b/man/ned.1 index 0b5ecb1..e0bc5ab 100644 --- a/man/ned.1 +++ b/man/ned.1 @@ -139,6 +139,11 @@ Do not ignore files and directories starting with '.'. .RS \'auto' shows filenames, line numbers, and matches in color when stdout is a terminal, not when it is a pipe, 'always' shows color even when stdout is a pipe, and 'never' never shows colors. .RE +.BR --color +.RI [ WHEN ] +.RS +Synonym for --colors. +.RE .BR --stdout .RS Output to stdout.