summaryrefslogtreecommitdiffstats
path: root/cnf/etc-update.conf
diff options
context:
space:
mode:
Diffstat (limited to 'cnf/etc-update.conf')
-rw-r--r--cnf/etc-update.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/cnf/etc-update.conf b/cnf/etc-update.conf
index fcb4f582b..8157c3dc7 100644
--- a/cnf/etc-update.conf
+++ b/cnf/etc-update.conf
@@ -29,6 +29,8 @@ pager="less"
#diff_command="vim -d %file1 %file2"
#using_editor=1
+# If using colordiff instead of diff, the less -R option may be required
+# for correct display (see 'pager' setting above).
diff_command="diff -uN %file1 %file2"
using_editor=0