1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Update test.pl --psql-bin option to match command-line help.

The option to specify the path to psql was shown in the command-line help as --psql-bin but the option was actually named --pgsql-bin.

Rename to match the help so they are consistent.
This commit is contained in:
k_zshiba
2022-11-14 13:47:27 +09:00
committed by GitHub
parent 58b3c91bab
commit 3ad588443b
5 changed files with 24 additions and 4 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ GetOptions ('q|quiet' => \$bQuiet,
'help' => \$bHelp,
'clean' => \$bClean,
'clean-only' => \$bCleanOnly,
'pgsql-bin=s' => \$strPgSqlBin,
'psql-bin=s' => \$strPgSqlBin,
'test-path=s' => \$strTestPath,
'make-cmd=s' => \$strMakeCmd,
'log-level=s' => \$strLogLevel,