From 095a0b61da7d4629617db29d54333e8a9404b5c3 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 4 Nov 2017 15:59:33 +0100 Subject: [PATCH] borg list: remove tag-file options, fixes #3226 they are not used for borg list. (cherry picked from commit 702afa9e4883f92feb00dcecee54681a60792519) --- 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 588350a8e..995798b5d 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -3233,7 +3233,7 @@ class Archiver: subparser.add_argument('paths', metavar='PATH', nargs='*', type=str, help='paths to list; patterns are supported') define_archive_filters_group(subparser) - define_exclusion_group(subparser, tag_files=True) + define_exclusion_group(subparser) mount_epilog = process_epilog(""" This command mounts an archive as a FUSE filesystem. This can be useful for