From 6eab931c2799090abbcac4c5d3a15e0d2594d992 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 12 May 2021 20:33:27 -0700 Subject: Moved settings into a struct --- bp.1 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bp.1') diff --git a/bp.1 b/bp.1 index a403928..99c6afa 100644 --- a/bp.1 +++ b/bp.1 @@ -67,9 +67,10 @@ Otherwise, if \fI\fR is a positive integer, print the whole line on which matches occur, as well as the \fI\fR lines before and after the match. The default value for this argument is 1 (print whole lines where matches occur). -.B \--color \fIyes|no|auto\fR -Whether or not to use color output. Default is \fIauto\fR, which means that -output will be colored only when printing to a TTY output. +.B \-f\fR, \fB\--format \fIauto|fancy|plain\fR +Set the output format. \fIfancy\fR includes colors and line numbers, +\fIplain\fR includes neither, and \fIauto\fR (the default) uses \fIfancy\fR +formatting only when the output is a TTY. .B \--help Print the usage and exit. -- cgit v1.2.3