1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-01 04:37:34 +00:00

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

they are not used for borg diff.

(cherry picked from commit 67f6aaa52b)
This commit is contained in:
Thomas Waldmann 2017-11-04 22:46:28 +01:00
parent 23ba8cc696
commit bdb3c0a38a

View file

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