From a55807e7be6c4c14634027b970d8dfe83a212278 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 10 Mar 2017 23:47:26 +0100 Subject: [PATCH] fix error msg, there is no --keep-last in borg 1.0.x, fixes #2282 --- borg/archiver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borg/archiver.py b/borg/archiver.py index 3a96bf165..1611de5ba 100644 --- a/borg/archiver.py +++ b/borg/archiver.py @@ -683,7 +683,7 @@ class Archiver: """Prune repository archives according to specified rules""" if not any((args.hourly, args.daily, args.weekly, args.monthly, args.yearly, args.within)): - self.print_error('At least one of the "keep-within", "keep-last", ' + self.print_error('At least one of the "keep-within", ' '"keep-hourly", "keep-daily", ' '"keep-weekly", "keep-monthly" or "keep-yearly" settings must be specified.') return self.exit_code