aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2023-02-09 13:31:52 -0500
committerAndrew Dunstan <andrew@dunslane.net>2023-02-09 13:31:52 -0500
commit40d0b2d4153d903d41adee6a303428540389191b (patch)
treeec1c71c15f7a0f6ae67aa0caad9c7a9908582e5c /src
parentef7002dbe0b06e4e5b42c89becd4eb9be2e9aa89 (diff)
downloadpostgresql-40d0b2d4153d903d41adee6a303428540389191b.tar.gz
postgresql-40d0b2d4153d903d41adee6a303428540389191b.zip
Fix help text spacing in pgindent
Author: Noriyoshi Shinoda
Diffstat (limited to 'src')
-rwxr-xr-xsrc/tools/pgindent/pgindent2
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