Skip to content

Commit

Permalink
Merge pull request borgbackup#3278 from ThomasWaldmann/fix-diff-options
Browse files Browse the repository at this point in the history
borg diff: remove tag-file options, fixes borgbackup#3226
  • Loading branch information
ThomasWaldmann authored Nov 4, 2017
2 parents 9ebff91 + 67f6aaa commit a25b2ac
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 @@ -2945,7 +2945,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 a25b2ac

Please sign in to comment.