diff options
-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 ======= |