From d9694442ed87027d280012c74f0f105c8d07db0c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 13 Jul 2024 01:43:28 -0400 Subject: diffbas: tweak doc. --- diffbas.1 | 5 +++++ diffbas.rst | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/diffbas.1 b/diffbas.1 index 8460519..474bc28 100644 --- a/diffbas.1 +++ b/diffbas.1 @@ -43,6 +43,11 @@ Atari BASIC programs, using \fBlistbas\fP(1) and \fBdiff\fP(1). to both \fBlistbas\fP and \fBdiff\fP\&. Use \fB\-\-\fP to separate them: everything before \fB\-\-\fP is passed to \fBdiff\fP, and everything between \fB\-\-\fP and the first filename is passed to \fBlistbas\fP\&. +.SH COLOR +.sp +By default, the output is colorized by \fBlistbas\fP\&. If you want to use +\fBdiff\fP\(aqs \fB\-\-color\fP option, you should use \fB\-n\fP as a \fBlistbas\fP +option. .SH EXAMPLE .INDENT 0.0 .INDENT 3.5 diff --git a/diffbas.rst b/diffbas.rst index 4bb2210..40e32d0 100644 --- a/diffbas.rst +++ b/diffbas.rst @@ -25,6 +25,12 @@ to both **listbas** and **diff**. Use **--** to separate them: everything before **--** is passed to **diff**, and everything between **--** and the first filename is passed to **listbas**. +COLOR +===== +By default, the output is colorized by **listbas**. If you want to use +**diff**\'s **--color** option, you should use **-n** as a **listbas** +option. + EXAMPLE ======= -- cgit v1.2.3