Преглед на файлове

borg list: remove tag-file options, fixes #3226

they are not used for borg list.

(cherry picked from commit 702afa9e4883f92feb00dcecee54681a60792519)
Thomas Waldmann преди 7 години
родител
ревизия
095a0b61da
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/borg/archiver.py

+ 1 - 1
src/borg/archiver.py

@@ -3233,7 +3233,7 @@ class Archiver:
         subparser.add_argument('paths', metavar='PATH', nargs='*', type=str,
         subparser.add_argument('paths', metavar='PATH', nargs='*', type=str,
                                help='paths to list; patterns are supported')
                                help='paths to list; patterns are supported')
         define_archive_filters_group(subparser)
         define_archive_filters_group(subparser)
-        define_exclusion_group(subparser, tag_files=True)
+        define_exclusion_group(subparser)
 
 
         mount_epilog = process_epilog("""
         mount_epilog = process_epilog("""
         This command mounts an archive as a FUSE filesystem. This can be useful for
         This command mounts an archive as a FUSE filesystem. This can be useful for