From 85d3626f85ccb36ddb04a8584bb45b196e81b9ba Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 1 Sep 2016 15:47:19 +0200 Subject: borg-restore.pl: Remove = from short opts With a short opt it apparently is treated as part of the value rather than a separator. Signed-off-by: Florian Pritz --- borg-restore.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'borg-restore.pl') diff --git a/borg-restore.pl b/borg-restore.pl index 06eee24..2676bc1 100755 --- a/borg-restore.pl +++ b/borg-restore.pl @@ -40,14 +40,14 @@ Enable debug messages. Update the lookup database. You should run this after creating or removing a backup. -=item B<--destination=>I, B<-d=>I +=item B<--destination=>I, B<-d >I Restore the backup to 'path' instead of its original location. The destination either has to be a directory or missing in which case it will be created. The backup will then be restored into the directory with its original file or directory name. -=item B<--time=>I, B<-t=>I +=item B<--time=>I, B<-t >I Automatically find the newest backup that is at least as old as I specifies. I is a string of the form ">>" with I being one of the following: -- cgit v1.2.3-24-g4f1b