aboutsummaryrefslogtreecommitdiff
path: root/diffbas.rst
diff options
context:
space:
mode:
Diffstat (limited to 'diffbas.rst')
-rw-r--r--diffbas.rst6
1 files changed, 6 insertions, 0 deletions
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
=======