aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--diffbas.15
-rw-r--r--diffbas.rst6
2 files changed, 11 insertions, 0 deletions
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
=======