Преглед изворни кода

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

they are not used for borg diff.

(cherry picked from commit 67f6aaa52b219df94a4c84abf0419def3b25ebc5)
Thomas Waldmann пре 7 година
родитељ
комит
bdb3c0a38a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/borg/archiver.py

+ 1 - 1
src/borg/archiver.py

@@ -3137,7 +3137,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.