1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/lib/pgBackRest/Common
David Steele f823a25ac2 Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error.
* The options were ignored and did not cause any change in behavior, but it did lead to some confusion. Invalid options will now generate an error.
* Removed erroneous --no-config option in help test module.
* Changed the --no-fork test option to --fork with negation to match all other boolean parameters.
2016-12-04 09:25:40 -05:00
..
Exception.pm Fixed an issue where options that were invalid for the specified command could be provided on the command-line without generating an error. 2016-12-04 09:25:40 -05:00
Exit.pm Fixed an issue that prevented errors from being output to the console before the logging system was initialized. 2016-12-03 18:01:17 -05:00
Ini.pm Removed extraneous use lib directives from Perl modules. 2016-11-04 13:56:26 +02:00
Lock.pm Removed extraneous use lib directives from Perl modules. 2016-11-04 13:56:26 +02:00
Log.pm Fixed an issue that prevented errors from being output to the console before the logging system was initialized. 2016-12-03 18:01:17 -05:00
String.pm Improved consistency and flexibility of the protocol layer by using JSON for all messages. 2016-12-03 17:34:51 -05:00
Wait.pm Removed extraneous use lib directives from Perl modules. 2016-11-04 13:56:26 +02:00