summaryrefslogtreecommitdiffstats
path: root/doc/quilt.1.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/quilt.1.in')
-rw-r--r--doc/quilt.1.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/quilt.1.in b/doc/quilt.1.in
index c0e8b05..3c23043 100644
--- a/doc/quilt.1.in
+++ b/doc/quilt.1.in
@@ -178,9 +178,10 @@ Please refer to the pdf documentation for a full example of use.
.SH CONFIGURATION FILE
Upon startup, quilt evaluates the file .quiltrc in the user's home
-directory, or the file specified with the --quiltrc option. This file
-is a regular bash script. Default options can be passed to any COMMAND
-by defining a QUILT_${COMMAND}_ARGS variable. For example,
+directory, /etc/quilt.quiltrc if the former file does not exist, or
+the file specified with the --quiltrc option. This file is a regular
+bash script. Default options can be passed to any COMMAND by defining
+a QUILT_${COMMAND}_ARGS variable. For example,
QUILT_DIFF_ARGS="--color=auto" causes the output of quilt diff to be
syntax colored when writing to a terminal.