summaryrefslogtreecommitdiffstats
path: root/lib/App/BorgRestore.pm
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-04-02 22:32:18 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-04-02 22:33:46 +0200
commita277c41ad3defb2110bcd5f2d46ac1f0a074944f (patch)
tree21ff2d599cc237b475a1acc00eb60d7dd5551d9c /lib/App/BorgRestore.pm
parentc95c28f70cca499ad8b8c88ddb380bb81570ddf6 (diff)
downloadApp-BorgRestore-a277c41ad3defb2110bcd5f2d46ac1f0a074944f.tar.gz
App-BorgRestore-a277c41ad3defb2110bcd5f2d46ac1f0a074944f.tar.xz
Fix indentation in SYNOPSIS
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'lib/App/BorgRestore.pm')
-rw-r--r--lib/App/BorgRestore.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/App/BorgRestore.pm b/lib/App/BorgRestore.pm
index 2477fdf..07d608c 100644
--- a/lib/App/BorgRestore.pm
+++ b/lib/App/BorgRestore.pm
@@ -34,14 +34,14 @@ App::BorgRestore - Restore paths from borg backups
use App::BorgRestore;
- my $app = App::BorgRestore->new();
+ my $app = App::BorgRestore->new();
- # Update the cache (call after creating/removing backups)
- $app->update_cache();
+ # Update the cache (call after creating/removing backups)
+ $app->update_cache();
- # Restore a path from a backup that is at least 5 days old. Optionally
- # restore it to a different directory than the original.
- $app->restore_simple($path, "5days", $optional_destination_directory);
+ # Restore a path from a backup that is at least 5 days old. Optionally
+ # restore it to a different directory than the original.
+ $app->restore_simple($path, "5days", $optional_destination_directory);
=head1 DESCRIPTION