diff options
Diffstat (limited to 'src/tools/pgindent/pgindent.man')
-rw-r--r-- | src/tools/pgindent/pgindent.man | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/tools/pgindent/pgindent.man b/src/tools/pgindent/pgindent.man index 4765d428b60..bff24dc4c51 100644 --- a/src/tools/pgindent/pgindent.man +++ b/src/tools/pgindent/pgindent.man @@ -11,11 +11,10 @@ it without any parameters at the top of the source tree you want to process. If you don't have all the requirements installed, pgindent will fetch and build them for you, if you're in a PostgreSQL source tree: - pgindent --build -If your indent program is not installed in your path, you can specify it -by setting the environment variable INDENT, or PGINDENT, or by giving the +If your pg_bsd_indent program is not installed in your path, you can specify +it by setting the environment variable INDENT, or PGINDENT, or by giving the command line option --indent: pgindent --indent=/opt/extras/bsdindent |