Merge pull request #3278 from ThomasWaldmann/fix-diff-options

borg diff: remove tag-file options, fixes #3226
This commit is contained in:
TW 2017-11-04 23:15:30 +01:00 committed by GitHub
commit a25b2aca1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.