diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-13 01:43:28 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-13 01:43:28 -0400 |
commit | d9694442ed87027d280012c74f0f105c8d07db0c (patch) | |
tree | 9193f93337918aa67ffc9ce7ca45f75c11622cd4 | |
parent | cd1e140cc3649a39d0fb76921827990ae906bb5f (diff) | |
download | bw-atari8-tools-d9694442ed87027d280012c74f0f105c8d07db0c.tar.gz |
diffbas: tweak doc.
-rw-r--r-- | diffbas.1 | 5 | ||||
-rw-r--r-- | diffbas.rst | 6 |
2 files changed, 11 insertions, 0 deletions
@@ -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 ======= |