diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/regress.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 673a8c21642..749d1a384bb 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -410,7 +410,7 @@ make standbycheck If you don't like the <command>diff</command> options that are used by default, set the environment variable <envar>PG_REGRESS_DIFF_OPTS</envar>, for - instance <literal>PG_REGRESS_DIFF_OPTS='-u'</literal>. (Or you + instance <literal>PG_REGRESS_DIFF_OPTS='-c'</literal>. (Or you can run <command>diff</command> yourself, if you prefer.) </para> |