diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2023-02-09 13:31:52 -0500 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2023-02-09 13:31:52 -0500 |
commit | 40d0b2d4153d903d41adee6a303428540389191b (patch) | |
tree | ec1c71c15f7a0f6ae67aa0caad9c7a9908582e5c /src | |
parent | ef7002dbe0b06e4e5b42c89becd4eb9be2e9aa89 (diff) | |
download | postgresql-40d0b2d4153d903d41adee6a303428540389191b.tar.gz postgresql-40d0b2d4153d903d41adee6a303428540389191b.zip |
Fix help text spacing in pgindent
Author: Noriyoshi Shinoda
Diffstat (limited to 'src')
-rwxr-xr-x | src/tools/pgindent/pgindent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/pgindent/pgindent b/src/tools/pgindent/pgindent index 34fb7d604de..07970f758c2 100755 --- a/src/tools/pgindent/pgindent +++ b/src/tools/pgindent/pgindent @@ -394,7 +394,7 @@ Usage: pgindent [OPTION]... [FILE]... Options: --help show this message and quit - --commit=gitref use files modified by the named commit + --commit=gitref use files modified by the named commit --typedefs=FILE file containing a list of typedefs --list-of-typedefs=STR string containing typedefs, space separated --code-base=DIR path to the base of PostgreSQL source code |