diff options
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | script/borg-restore.pl | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ borg-restore.pl \[options\] <path> Format: <number><unit> Units: s (seconds), min (minutes), h (hours), d (days), m (months = 31 days), y (year) -Example usage: +# EXAMPLE USAGE > borg-restore.pl bin/backup.sh 0: Sat. 2016-04-16 17:47:48 +0200 backup-20160430-232909 diff --git a/script/borg-restore.pl b/script/borg-restore.pl index 04a1e9b..f6299ca 100755 --- a/script/borg-restore.pl +++ b/script/borg-restore.pl @@ -25,7 +25,7 @@ borg-restore.pl [options] <path> Format: <number><unit> Units: s (seconds), min (minutes), h (hours), d (days), m (months = 31 days), y (year) -Example usage: +=head1 EXAMPLE USAGE > borg-restore.pl bin/backup.sh 0: Sat. 2016-04-16 17:47:48 +0200 backup-20160430-232909 |