mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
Docs and comment fixes.
This commit is contained in:
parent
6646089f9a
commit
cb153f7242
@ -198,7 +198,7 @@ Perform a database restore. This command is generall run manually, but there ar
|
||||
The backup set to be restored. `latest` will restore the latest backup, otherwise provide the name of the backup to restore.
|
||||
```
|
||||
required: n
|
||||
default: default
|
||||
default: latest
|
||||
example: --set=20150131-153358F_20150131-153401I
|
||||
```
|
||||
|
||||
|
@ -83,7 +83,7 @@ sub safe_exit
|
||||
{
|
||||
my $iExitCode = shift;
|
||||
|
||||
&log(ERROR, "safe exit called, terminating threads");
|
||||
&log(DEBUG, "safe exit called, terminating threads");
|
||||
|
||||
my $iTotal = threadGroupDestroy();
|
||||
remoteDestroy();
|
||||
|
@ -7,8 +7,8 @@
|
||||
# Perl includes
|
||||
####################################################################################################################################
|
||||
use strict;
|
||||
use warnings;
|
||||
use Carp;
|
||||
use warnings FATAL => qw(all);
|
||||
use Carp qw(confess);
|
||||
|
||||
use File::Basename;
|
||||
use Getopt::Long;
|
||||
|
Loading…
Reference in New Issue
Block a user