Skip to content

Commit

Permalink
Merge pull request #3279 from ThomasWaldmann/fix-diff-options-1.1
Browse files Browse the repository at this point in the history
borg diff: remove tag-file options, fixes #3226
  • Loading branch information
ThomasWaldmann authored Nov 4, 2017
2 parents 9e6b04d + bdb3c0a commit d50f543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/borg/archiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -3137,7 +3137,7 @@ def define_archive_filters_group(subparser, *, sort_by=True, first_last=True):
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.
Expand Down

0 comments on commit d50f543

Please sign in to comment.