Change --new-bindir flag description to be consistent (#2950)

pull/2933/head
SaitTalhaNisanci 2019-09-11 15:36:39 +03:00 committed by GitHub
parent 0f170cb75f
commit e132d579f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ Usage:
upgrade_test --old-bindir=<old-bindir> --new-bindir=<new-bindir> --pgxsdir=<pgxsdir>
Options:
--old-bindir=<old-bindir> The old PostgreSQL executable directory;(ex: '~/.pgenv/pgsql/bin')
--new-bindir=<new-bindir> New postgres binary absolute path(ex: '~/.pgenv/pgsql-11.3/bin')
--old-bindir=<old-bindir> The old PostgreSQL executable directory(ex: '~/.pgenv/pgsql-10.4/bin')
--new-bindir=<new-bindir> The new PostgreSQL executable directory(ex: '~/.pgenv/pgsql-11.3/bin')
--pgxsdir=<pgxsdir> Path to the PGXS directory(ex: ~/.pgenv/src/postgresql-11.3)
"""