]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix help text spacing in pgindent
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 9 Feb 2023 18:31:52 +0000 (13:31 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 9 Feb 2023 18:31:52 +0000 (13:31 -0500)
Author: Noriyoshi Shinoda

src/tools/pgindent/pgindent

index 34fb7d604de48cdba7100a729b323c9438de5b50..07970f758c2efb3bd244827314b133cbe2a97fed 100755 (executable)
@@ -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