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.
|
The backup set to be restored. `latest` will restore the latest backup, otherwise provide the name of the backup to restore.
|
||||||
```
|
```
|
||||||
required: n
|
required: n
|
||||||
default: default
|
default: latest
|
||||||
example: --set=20150131-153358F_20150131-153401I
|
example: --set=20150131-153358F_20150131-153401I
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@ sub safe_exit
|
|||||||
{
|
{
|
||||||
my $iExitCode = shift;
|
my $iExitCode = shift;
|
||||||
|
|
||||||
&log(ERROR, "safe exit called, terminating threads");
|
&log(DEBUG, "safe exit called, terminating threads");
|
||||||
|
|
||||||
my $iTotal = threadGroupDestroy();
|
my $iTotal = threadGroupDestroy();
|
||||||
remoteDestroy();
|
remoteDestroy();
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
# Perl includes
|
# Perl includes
|
||||||
####################################################################################################################################
|
####################################################################################################################################
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings FATAL => qw(all);
|
||||||
use Carp;
|
use Carp qw(confess);
|
||||||
|
|
||||||
use File::Basename;
|
use File::Basename;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
Loading…
Reference in New Issue
Block a user