From 67f6aaa52b219df94a4c84abf0419def3b25ebc5 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 4 Nov 2017 22:46:28 +0100 Subject: [PATCH] borg diff: remove tag-file options, fixes #3226 they are not used for borg diff. --- src/borg/archiver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/borg/archiver.py b/src/borg/archiver.py index db585070e..e962398c0 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -2945,7 +2945,7 @@ class Archiver: help='ARCHIVE2 name (no repository location allowed)') subparser.add_argument('paths', metavar='PATH', nargs='*', type=str, help='paths of items inside the archives to compare; patterns are supported') - define_exclusion_group(subparser, tag_files=True) + define_exclusion_group(subparser) rename_epilog = process_epilog(""" This command renames an archive in the repository.