From 448c84ae983a9c6bd43304f0dd69319a10898c3d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 4 Jun 2017 17:54:50 +0200 Subject: Move example usage under dedicated heading If it's in SYNPOSIS it messes up the -h output Signed-off-by: Florian Pritz --- README.md | 2 +- script/borg-restore.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5313e99..0e6e7c1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ borg-restore.pl \[options\] <path> Format: 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] Format: 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 -- cgit v1.2.3-24-g4f1b