Skip to content

Commit

Permalink
borg diff: remove tag-file options, fixes borgbackup#3226
Browse files Browse the repository at this point in the history
they are not used for borg diff.

(cherry picked from commit 67f6aaa)
  • Loading branch information
ThomasWaldmann committed Nov 4, 2017
1 parent 23ba8cc commit bdb3c0a
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 bdb3c0a

Please sign in to comment.