You've already forked pgbackrest
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:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user