aboutsummaryrefslogtreecommitdiff
path: root/diffbas.rst
diff options
context:
space:
mode:
Diffstat (limited to 'diffbas.rst')
-rw-r--r--diffbas.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/diffbas.rst b/diffbas.rst
index 40e32d0..0fd94c0 100644
--- a/diffbas.rst
+++ b/diffbas.rst
@@ -29,7 +29,10 @@ 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.
+option. Color diffs are most useful with **-u** (unified diff format),
+so the command would look like::
+
+ $ diffbas -u --color -- -n A.BAS B.BAS
EXAMPLE
=======