mirror of https://github.com/postgres/postgres
pg_upgrade: Fix spacing in help output
This commit is contained in:
parent
e806da6bdb
commit
e0da6ec618
|
@ -240,7 +240,7 @@ usage(void)
|
|||
pg_upgrade [OPTION]...\n\
|
||||
\n\
|
||||
Options:\n\
|
||||
-b, --old-bindir=BINDIR old cluster executable directory\n\
|
||||
-b, --old-bindir=BINDIR old cluster executable directory\n\
|
||||
-B, --new-bindir=BINDIR new cluster executable directory\n\
|
||||
-c, --check check clusters only, don't change any data\n\
|
||||
-d, --old-datadir=DATADIR old cluster data directory\n\
|
||||
|
|
Loading…
Reference in New Issue